From 183c3972f028a44aac19819119a0a1e8c1404704 Mon Sep 17 00:00:00 2001 From: Albert Vaca Cintora Date: Sat, 2 Mar 2024 14:39:22 +0100 Subject: [PATCH] Release 4.4.1 --- app/build.gradle.kts | 4 +-- .../android/en-US/changelogs/40401.txt | 30 +++++++++++++++++++ 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/40401.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 38cebc8..78e7daa 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 = 40400 - versionName = "4.4.0" + versionCode = 40401 + versionName = "4.4.1" javaCompileOptions { annotationProcessorOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/40401.txt b/fastlane/metadata/android/en-US/changelogs/40401.txt new file mode 100644 index 0000000..8c2e060 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40401.txt @@ -0,0 +1,30 @@ +4.4.1: +* Fixes calculating the averages. + +4.4: +* Long tap the cart 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 +* Improved accessibility. + +2.5: +* Counters can be reset. + +2.4: +* Per-app language in Android 13+. + +2.3: +* Support for importing counters. + +2.2: +* Adds an undo button after decreasing a counter.