From dbae3a4ae85c9475e3a89f6a25d5c997e2740935 Mon Sep 17 00:00:00 2001 From: Nishant Mishra Date: Sat, 27 Sep 2025 22:56:35 +0530 Subject: [PATCH] chore: Bump version string, update changelog --- app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/9.txt | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/9.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1b4f644..06934fb 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 = 8 - versionName = "1.4.0" + versionCode = 9 + versionName = "1.4.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/9.txt b/fastlane/metadata/android/en-US/changelogs/9.txt new file mode 100644 index 0000000..850bf66 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/9.txt @@ -0,0 +1,10 @@ +This release contains bug fixes on top of the existing new features of 1.4.0: + +New features: +- You can now choose a custom theme and color scheme for the app's UI +- New pure black dark theme mode + +Fixes: +- Average focus durations now do not include days with no activity +- Fix a critical bug that caused the app's timer state to reset to Focus whenever the app was closed from recents and then opened +- Replace the word "Reset" with "Exit" in the notification to make its purpose less ambiguous \ No newline at end of file