Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka committed May 12, 2023
1 parent 73ac023 commit c835f26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "org.kde.bettercounter"
minSdkVersion 21
targetSdkVersion 33
versionCode 25030
versionName "2.5.0"
versionCode 30000
versionName "3.0.0"
resourceConfigurations += ['en', 'ca', 'ru']

//testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
3.0:
* Added widgets

2.5:
* Add the option to reset a counter
* Counters can be reset

2.4:
* Allows changing the app language in Android 13+
* Per-app language in Android 13+

2.3:
* Adds support for importing counters
* Support for importing counters

2.2:
* Adds an undo button after decreasing a counter.
Expand All @@ -14,4 +17,4 @@
* Allows scrolling through past data in the bottom panel graph.
* All intervals are now tumbling windows instead of sliding windows.
* Removes the YTD interval type, since Year now behaves like YTD.
* Counter details now show the average for the current interval and the lifetime of the counter.
* Counter details now show the average for the current interval and the lifetime of the counter.

0 comments on commit c835f26

Please sign in to comment.