Skip to content

Commit

Permalink
Release 4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka committed Dec 31, 2024
1 parent b2cc8c7 commit 16e6960
Show file tree
Hide file tree
Showing 2 changed files with 15 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 = 35
versionCode = 41000
versionName = "4.10.0"
versionCode = 41001
versionName = "4.10.1"

javaCompileOptions {
annotationProcessorOptions {
Expand Down
13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/41001.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
4.10.1:
* Fixed app showing behind the title bar in Android 15

4.10:
* Calculate average until last entry, not inclusive (unless showing historical data).
* Made undo notification not cover the charts
* Restarting the app is no longer needed after importing data.

4.9:
* Added hourly intervals.

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

0 comments on commit 16e6960

Please sign in to comment.