From 25e93cdd3f134417c8d2cb9d296c006197f7f4ab Mon Sep 17 00:00:00 2001 From: Nishant Mishra Date: Thu, 9 Oct 2025 08:49:47 +0530 Subject: [PATCH] chore: Bump version string, update changelog --- app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/11.txt | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/11.txt 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