Skip to content

Commit

Permalink
Relase 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka committed Apr 17, 2024
1 parent ba89172 commit 6715644
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 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 = 40601
versionName = "4.6.1"
versionCode = 40602
versionName = "4.6.2"

javaCompileOptions {
annotationProcessorOptions {
Expand Down
26 changes: 26 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40602.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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 temporarily change the time interval of the chart.

3.0:
* Added widgets.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
gradle = "8.3.1"
gradle = "8.3.2"
kotlin = "1.9.23"
ksp = "1.9.20-1.0.14"
coreKtx = "1.12.0"
coreKtx = "1.13.0"
lifecycle = "2.7.0"
recyclerview = "1.3.2"
appcompat = "1.6.1"
Expand Down

0 comments on commit 6715644

Please sign in to comment.