chore: Bump version string, update changelog

This commit is contained in:
Nishant Mishra
2025-10-09 08:49:47 +05:30
parent 9fec4d871a
commit 25e93cdd3f
2 changed files with 10 additions and 2 deletions

View File

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

View File

@@ -0,0 +1,8 @@
New features:
- The app is now translated into 6 languages (Chinese (Simplified), English, Hebrew, Hindi, Persian, Ukrainian). You can help translate by going to the app's Weblate page!
- Alarms now use your phone's alarm volume instead of the media volume
Bug fixes:
- Fixed incorrect calculation of average durations
- Fixed a bug that caused the set session length to not show in the settings slider
- Fixed a bug that caused the focus time on graphs show 0 when it was less than an hour