chore(release): bump version, update changelog
This commit is contained in:
@@ -43,8 +43,8 @@ android {
|
||||
applicationId = "org.nsh07.pomodoro"
|
||||
minSdk = 27
|
||||
targetSdk = 36
|
||||
versionCode = 19
|
||||
versionName = "1.6.4"
|
||||
versionCode = 20
|
||||
versionName = "1.6.5"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
||||
10
fastlane/metadata/android/en-US/changelogs/20.txt
Normal file
10
fastlane/metadata/android/en-US/changelogs/20.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
New features:
|
||||
- Timer durations now refresh automatically when changed in Settings
|
||||
- As a consequence of the above feature and to improve stability, it is no longer possible to change the timer durations while the timer is running
|
||||
|
||||
Fixes:
|
||||
- Significantly improved timer screen performance (by ~90%)
|
||||
- Progress circle in timer screen is now much smoother
|
||||
- Notification is now visible on lockscreen by default
|
||||
|
||||
- Updated translations
|
||||
@@ -12,9 +12,9 @@ ksp = "2.3.1"
|
||||
lifecycleRuntimeKtx = "2.9.4"
|
||||
materialKolor = "4.0.3"
|
||||
navigation3 = "1.0.0-rc01"
|
||||
revenuecat = "9.12.1"
|
||||
revenuecat = "9.13.0"
|
||||
room = "2.8.3"
|
||||
vico = "2.2.1"
|
||||
vico = "2.3.1"
|
||||
|
||||
[libraries]
|
||||
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
|
||||
|
||||
Reference in New Issue
Block a user