chore(release): Bump version string, update changelog

This commit is contained in:
Nishant Mishra
2025-10-16 12:40:55 +05:30
parent acf2ad7448
commit bd71b55baf
3 changed files with 15 additions and 3 deletions

View File

@@ -33,8 +33,8 @@ android {
applicationId = "org.nsh07.pomodoro"
minSdk = 26
targetSdk = 36
versionCode = 11
versionName = "1.4.3"
versionCode = 12
versionName = "1.5.0-alpha01"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -0,0 +1,12 @@
New features:
- The Stats screen now contains the data for the past year
- Charts now have fading edges to indicate scrollable content
Fixes:
- Improved Stats screen performance
- Notification now does not pop up on your screen
- Fixed low contrast on the Timer screen heading
- Improve app usability on smaller screens
Translators on Weblate added support for:
Arabic, Czech, German, Hungarian, Italian, Japanese, Kurdish (Central), Minnan (Traditional), Portuguese (Brazil), Spanish

View File

@@ -1,7 +1,7 @@
[versions]
activityCompose = "1.11.0"
adaptive = "1.1.0"
agp = "8.13.0"
agp = "8.11.2"
composeBom = "2025.10.00"
coreKtx = "1.17.0"
espressoCore = "3.7.0"