We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5a848 commit bb48838Copy full SHA for bb48838
2 files changed
app/build.gradle.kts
@@ -18,8 +18,8 @@ android {
18
applicationId = "org.kde.bettercounter"
19
minSdk = 21
20
targetSdk = 36
21
- versionCode = 50101
22
- versionName = "5.1.1"
+ versionCode = 50102
+ versionName = "5.1.2"
23
24
javaCompileOptions {
25
annotationProcessorOptions {
fastlane/metadata/android/en-US/changelogs/50102.txt
@@ -0,0 +1,13 @@
1
+5.1.2:
2
+- Fixed settings title bar
3
+
4
+5.1.1:
5
+- Fixed counter order not being saved
6
7
+5.1.0:
8
+- Improved widget responsiveness
9
10
+5.0:
11
+- Add a filter/search
12
+- Add settings to configure average calculation and auto-export
13
+- Keep Y axis the same for all charts
0 commit comments