Advance version number to 1.24.0

This commit is contained in:
Markus Fisch
2026-02-15 20:04:29 +01:00
parent 038b2c0ab5
commit 2ad5078f4a
3 changed files with 13 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.24.0
* Add support to access private space (by typing '.')
* Add option to have separate pie menus for the upper/lower screen
* Add option for open app drawer with two or four fingers
* Remove ripple effect from pie menu and app listing
## 1.23.9
* Add an option to make the home button configurable
* Keep scroll position at app updates

View File

@@ -8,8 +8,8 @@ android {
minSdk 9
targetSdk sdk_version
versionCode 62
versionName '1.23.9'
versionCode 63
versionName '1.24.0'
}
signingConfigs {

View File

@@ -0,0 +1,5 @@
* Add support to access private space (by typing '.')
* Add option to have separate pie menus for the upper/lower screen
* Add option for open app drawer with two or four fingers
* Remove ripple effect from pie menu and app listing