Skip to content

Commit 4fce30c

Browse files
committed
Release version 6.0
1 parent 4ca66bb commit 4fce30c

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId = "org.kde.bettercounter"
1919
minSdk = 21
2020
targetSdk = 36
21-
versionCode = 50200
22-
versionName = "5.2.0"
21+
versionCode = 60000
22+
versionName = "6.0.0"
2323

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

0 commit comments

Comments
 (0)