Skip to content

Commit 44dbcb1

Browse files
committed
Release 4.10.2
1 parent 72ebd59 commit 44dbcb1

2 files changed

Lines changed: 18 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 = 41001
22-
versionName = "4.10.1"
21+
versionCode = 41002
22+
versionName = "4.10.2"
2323

2424
javaCompileOptions {
2525
annotationProcessorOptions {
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
4.10.2:
2+
* Increase font size in charts
3+
4+
4.10.1:
5+
* Fixed app showing behind the title bar in Android 15
6+
7+
4.10:
8+
* Calculate average until last entry, not inclusive (unless showing historical data).
9+
* Made undo notification not cover the charts
10+
* Restarting the app is no longer needed after importing data.
11+
12+
4.9:
13+
* Added hourly intervals.
14+
15+
4.8:
16+
* You can now show an app tutorial from the top right menu.

0 commit comments

Comments
 (0)