Skip to content

Commit

Permalink
Advance version number to 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Jan 19, 2025
1 parent 75739fa commit 256128f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.23.0
* Improve dragging down app drawer
* Add pie appearance/disapearance animation
* Add an option to ignore side touches
* Add an option to disable haptic feedback for launch
* Save icon mappings for each selected icon pack
* Support multi-window mode
* Improve haptic feedback
* Allow starting hidden apps
* Make restarting home screen the default setting

## 1.22.0
* Add options to hide status and/or navigation bar
* Add an option to disable haptic feedback
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdk 9
targetSdk sdk_version

versionCode 50
versionName '1.22.0'
versionCode 51
versionName '1.23.0'
}

signingConfigs {
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* Improve dragging down app drawer
* Add pie appearance/disapearance animation
* Add an option to ignore side touches
* Add an option to disable haptic feedback for launch
* Save icon mappings for each selected icon pack
* Support multi-window mode
* Improve haptic feedback
* Allow starting hidden apps
* Make restarting home screen the default setting

0 comments on commit 256128f

Please sign in to comment.