Skip to content

Commit

Permalink
Closed version 1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Aug 15, 2024
1 parent 9836b27 commit bfccb22
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Version history

## Version 1.7.7 (2024-07-04)
## Version 1.7.7 (2024-08-15)

New features:

- Updated Vietnamese translation
- Completed Ukrainian translation
- Added French translation (thanks to NSO)
- Updated Persian, Russian, Ukrainian and Vietnamese translations

Bug fixes:

- Fixed possible error in timezone parsing
- Fixed possible loop on first recording directory selection after app install/update

## Version 1.7.6 (2024-06-08)

Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
// version parts: M = Major, m = minor, b = build
// -------- MMMmmmbbb
versionCode 001007006
versionName "1.7.6"
versionCode 001007007
versionName "1.7.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down

0 comments on commit bfccb22

Please sign in to comment.