diff --git a/CHANGELOG.md b/CHANGELOG.md index d3f08a3..34734a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/android/app/build.gradle b/android/app/build.gradle index d7103a5..1dbab12 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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.