chore: Bump version string, update changelog
This commit is contained in:
@@ -33,8 +33,8 @@ android {
|
|||||||
applicationId = "org.nsh07.pomodoro"
|
applicationId = "org.nsh07.pomodoro"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 36
|
targetSdk = 36
|
||||||
versionCode = 5
|
versionCode = 6
|
||||||
versionName = "1.1.0"
|
versionName = "1.2.0"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|||||||
9
fastlane/metadata/android/en-US/changelogs/6.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/6.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
New features:
|
||||||
|
- The app now rings the system alarm sound when a timer completes
|
||||||
|
- Clicking the timer clock now shows the current session count
|
||||||
|
- The app can now stay in the background and the timer keeps running even when the app is closed
|
||||||
|
- New notification buttons to control the timer without opening the app
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
- Current elapsed time is now saved in the stats when the app is closed while a timer is running
|
||||||
|
- Live Updates/Now Bar now shows precisely how much time is remaining (in seconds)
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
[versions]
|
[versions]
|
||||||
activityCompose = "1.11.0"
|
activityCompose = "1.11.0"
|
||||||
adaptive = "1.1.0"
|
adaptive = "1.1.0"
|
||||||
agp = "8.13.0"
|
agp = "8.11.1"
|
||||||
composeBom = "2025.09.00"
|
composeBom = "2025.09.00"
|
||||||
coreKtx = "1.17.0"
|
coreKtx = "1.17.0"
|
||||||
espressoCore = "3.7.0"
|
espressoCore = "3.7.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user