mirror of
https://github.com/markusfisch/PieLauncher.git
synced 2026-03-13 09:01:30 +08:00
Advance version number to 1.24.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -8,8 +8,8 @@ android {
|
||||
minSdk 9
|
||||
targetSdk sdk_version
|
||||
|
||||
versionCode 62
|
||||
versionName '1.23.9'
|
||||
versionCode 63
|
||||
versionName '1.24.0'
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
|
||||
5
fastlane/metadata/android/en-US/changelogs/63.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/63.txt
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user