chore: Bump version string, update changelog, update screenshot

This commit is contained in:
Nishant Mishra
2025-09-27 19:06:03 +05:30
parent ceb630d957
commit b975306d8f
3 changed files with 10 additions and 2 deletions

View File

@@ -33,8 +33,8 @@ android {
applicationId = "org.nsh07.pomodoro"
minSdk = 26
targetSdk = 36
versionCode = 7
versionName = "1.3.0"
versionCode = 8
versionName = "1.4.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -0,0 +1,8 @@
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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 348 KiB

After

Width:  |  Height:  |  Size: 386 KiB