We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd3dbd commit 0ad7b75Copy full SHA for 0ad7b75
2 files changed
app/build.gradle.kts
@@ -25,8 +25,8 @@ android {
25
applicationId = "org.kde.bettercounter"
26
minSdk = 21
27
targetSdk = 36
28
- versionCode = 60000
29
- versionName = "6.0.0"
+ versionCode = 60001
+ versionName = "6.0.1"
30
31
javaCompileOptions {
32
annotationProcessorOptions {
fastlane/metadata/android/en-US/changelogs/60001.txt
@@ -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