Skip to content

Commit

Permalink
Release 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka committed Apr 1, 2024
1 parent f5432de commit 08772b8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
23 changes: 23 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40600.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 08772b8

Please sign in to comment.