Skip to content

Commit

Permalink
Release 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka committed Mar 2, 2024
1 parent 6d3e12c commit 183c397
Show file tree
Hide file tree
Showing 2 changed files with 32 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 = 40400
versionName = "4.4.0"
versionCode = 40401
versionName = "4.4.1"

javaCompileOptions {
annotationProcessorOptions {
Expand Down
30 changes: 30 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40401.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 183c397

Please sign in to comment.