diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a98e2d4..029e1aa 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 = 40100 - versionName = "4.1.0" + versionCode = 40200 + versionName = "4.2.0" javaCompileOptions { annotationProcessorOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/40200.txt b/fastlane/metadata/android/en-US/changelogs/40200.txt new file mode 100644 index 0000000..b956b03 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40200.txt @@ -0,0 +1,31 @@ +4.2: +* Added Danish translation. + +4.1: +* Format dates with the device's locale. + +4.0: +* Set goals for your counters. +* German and Chinese translations. + +3.2: +* UI improvements. + +3.1: +* Click on a chart header 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.