diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d7e6708..5786bdd 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -18,8 +18,8 @@ android { applicationId = "org.kde.bettercounter" minSdk = 21 targetSdk = 35 - versionCode = 41001 - versionName = "4.10.1" + versionCode = 41002 + versionName = "4.10.2" javaCompileOptions { annotationProcessorOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/41002.txt b/fastlane/metadata/android/en-US/changelogs/41002.txt new file mode 100644 index 0000000..0afba4c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/41002.txt @@ -0,0 +1,16 @@ +4.10.2: +* Increase font size in charts + +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.