Skip to content

Commit

Permalink
Release 4.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka committed Sep 10, 2024
1 parent ba35d1b commit f0a5f1a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId = "org.kde.bettercounter"
minSdk = 21
targetSdk = 34
versionCode = 40902
versionName = "4.9.2"
versionCode = 40903
versionName = "4.9.3"

javaCompileOptions {
annotationProcessorOptions {
Expand Down
27 changes: 27 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40903.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
4.9.3:
* Fixed crash.

4.9.2:
* Fixed graphs covering the counter list.

4.9.1:
* Fixed numbers not refreshing automatically if app was kept open for long.

4.9:
* Added hourly intervals.

4.8:
* You can now show an app tutorial from the top right menu.

4.7:
* Added Turkish and French translation.
* Changed counter colors to higher contrast ones.

4.6:
* UI improvements.

4.5:
* Allow using the keyboard to enter goal numbers.

4.4:
* Long tap the chart title to jump to a specific date.

0 comments on commit f0a5f1a

Please sign in to comment.