chore(release): bump version, update changelog

This commit is contained in:
Nishant Mishra
2025-11-10 00:13:00 +05:30
parent 88d6a1b300
commit 7837fd8a9f
3 changed files with 14 additions and 4 deletions

View File

@@ -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"

View 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

View File

@@ -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" }