Skip to content

Commit

Permalink
Release 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka committed Dec 25, 2024
1 parent c921f57 commit 9c0befb
Show file tree
Hide file tree
Showing 2 changed files with 12 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 = 40904
versionName = "4.9.4"
versionCode = 41000
versionName = "4.10.0"

javaCompileOptions {
annotationProcessorOptions {
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/41000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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 9c0befb

Please sign in to comment.