Skip to content

Commit bb48838

Browse files
committed
Release 5.1.2
1 parent 9d5a848 commit bb48838

2 files changed

Lines changed: 15 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 = 50101
22-
versionName = "5.1.1"
21+
versionCode = 50102
22+
versionName = "5.1.2"
2323

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

Comments
 (0)