From 2097297f1b02fb2c29a2cff42c2da299f66eec14 Mon Sep 17 00:00:00 2001 From: Albert Vaca Cintora Date: Sun, 21 Apr 2024 20:28:06 +0200 Subject: [PATCH] Release 4.6.3 --- app/build.gradle.kts | 4 +-- .../android/en-US/changelogs/40603.txt | 27 +++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/40603.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index fc34152..7a85e41 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 = 40602 - versionName = "4.6.2" + versionCode = 40603 + versionName = "4.6.3" javaCompileOptions { annotationProcessorOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/40603.txt b/fastlane/metadata/android/en-US/changelogs/40603.txt new file mode 100644 index 0000000..7f7fc3a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40603.txt @@ -0,0 +1,27 @@ +4.6.3: +* Added Turkish translation. +* Fixed day names in charts. + +4.6.2: +* Fixed date sometimes being offset by one day when using the selector. + +4.6.1: +* Fixed issues when the week doesn't start in Monday. + +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. + +4.1: +* Format dates with the device's locale. + +4.0: +* Set goals for your counters. + +3.1: +* Click on a chart title to view a different time interval.