Skip to content

Commit 7837fd8

Browse files
committed
chore(release): bump version, update changelog
1 parent 88d6a1b commit 7837fd8

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ android {
4343
applicationId = "org.nsh07.pomodoro"
4444
minSdk = 27
4545
targetSdk = 36
46-
versionCode = 19
47-
versionName = "1.6.4"
46+
versionCode = 20
47+
versionName = "1.6.5"
4848

4949
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
5050

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
New features:
2+
- Timer durations now refresh automatically when changed in Settings
3+
- 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
4+
5+
Fixes:
6+
- Significantly improved timer screen performance (by ~90%)
7+
- Progress circle in timer screen is now much smoother
8+
- Notification is now visible on lockscreen by default
9+
10+
- Updated translations

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ ksp = "2.3.1"
1212
lifecycleRuntimeKtx = "2.9.4"
1313
materialKolor = "4.0.3"
1414
navigation3 = "1.0.0-rc01"
15-
revenuecat = "9.12.1"
15+
revenuecat = "9.13.0"
1616
room = "2.8.3"
17-
vico = "2.2.1"
17+
vico = "2.3.1"
1818

1919
[libraries]
2020
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }

0 commit comments

Comments
 (0)