diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9e46fb8..77e1df8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -33,8 +33,8 @@ android { applicationId = "org.nsh07.pomodoro" minSdk = 26 targetSdk = 36 - versionCode = 10 - versionName = "1.4.2" + versionCode = 11 + versionName = "1.4.3" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/11.txt b/fastlane/metadata/android/en-US/changelogs/11.txt new file mode 100644 index 0000000..1c37825 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11.txt @@ -0,0 +1,8 @@ +New features: +- The app is now translated into 6 languages (Chinese (Simplified), English, Hebrew, Hindi, Persian, Ukrainian). You can help translate by going to the app's Weblate page! +- Alarms now use your phone's alarm volume instead of the media volume + +Bug fixes: +- Fixed incorrect calculation of average durations +- Fixed a bug that caused the set session length to not show in the settings slider +- Fixed a bug that caused the focus time on graphs show 0 when it was less than an hour \ No newline at end of file