From 08772b844ba04089ad91b7dd4c79fc1231531aac Mon Sep 17 00:00:00 2001 From: Albert Vaca Cintora Date: Tue, 2 Apr 2024 00:05:14 +0200 Subject: [PATCH] Release 4.6.0 --- app/build.gradle.kts | 4 ++-- .../android/en-US/changelogs/40600.txt | 23 +++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/40600.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 25ad524..1f2578b 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 = 40500 - versionName = "4.5.0" + versionCode = 40600 + versionName = "4.6.0" javaCompileOptions { annotationProcessorOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/40600.txt b/fastlane/metadata/android/en-US/changelogs/40600.txt new file mode 100644 index 0000000..7ed63e8 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40600.txt @@ -0,0 +1,23 @@ +4.6: +* UI improvements. + +4.5: +* Allow using the keyboard to enter goal numbers. + +4.4.1: +* Fixes calculating the averages. + +4.4: +* Long tap the chart title to jump to a specific date. + +4.1: +* Format dates with the device's locale. + +4.0: +* Set goals for your counters. + +3.1: +* Click on a chart title to temporarily change the time interval of the chart. + +3.0: +* Added widgets.