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