Skip to content

Commit 35d615f

Browse files
committed
Release 5.1.0
1 parent 002ee18 commit 35d615f

2 files changed

Lines changed: 9 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 = 50003
22-
versionName = "5.0.3"
21+
versionCode = 50100
22+
versionName = "5.1.0"
2323

2424
javaCompileOptions {
2525
annotationProcessorOptions {
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
5.1.0:
2+
- Improved widget responsiveness
3+
4+
5.0:
5+
- Add a filter/search
6+
- Add settings to configure average calculation and auto-export
7+
- Keep Y axis the same for all charts

0 commit comments

Comments
 (0)