diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4cd763f..dafb747 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -18,8 +18,8 @@ android { applicationId = "org.kde.bettercounter" minSdk = 21 targetSdk = 34 - versionCode = 40800 - versionName = "4.8.0" + versionCode = 40900 + versionName = "4.9.0" javaCompileOptions { annotationProcessorOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/40900.txt b/fastlane/metadata/android/en-US/changelogs/40900.txt new file mode 100644 index 0000000..5500745 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40900.txt @@ -0,0 +1,19 @@ +4.9: +* Added hourly intervals. +* Fixed numbers not refreshing automatically if app was kept open for long. + +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.