Skip to content

Commit 0ad7b75

Browse files
committed
Release 6.0.1
1 parent ebd3dbd commit 0ad7b75

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
applicationId = "org.kde.bettercounter"
2626
minSdk = 21
2727
targetSdk = 36
28-
versionCode = 60000
29-
versionName = "6.0.0"
28+
versionCode = 60001
29+
versionName = "6.0.1"
3030

3131
javaCompileOptions {
3232
annotationProcessorOptions {
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
6.0:
2+
- Show stats about goals completion
3+
- Add a setting to change the first hour of day
4+
- Add Czech translation
5+
6+
5.0:
7+
- Add a filter/search
8+
- Add settings to configure average calculation and auto-export
9+
- Keep Y axis the same for all charts

0 commit comments

Comments
 (0)