Skip to content

Commit 7eee1bb

Browse files
committed
Release 5.1.1
1 parent 529a168 commit 7eee1bb

2 files changed

Lines changed: 12 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 = 35
21-
versionCode = 50100
22-
versionName = "5.1.0"
21+
versionCode = 50101
22+
versionName = "5.1.1"
2323

2424
javaCompileOptions {
2525
annotationProcessorOptions {
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)