chore: Bump version string, update changelog
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
8
fastlane/metadata/android/en-US/changelogs/11.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/11.txt
Normal 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
|
||||
Reference in New Issue
Block a user