Skip to content

Commit

Permalink
released 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
zaguragit committed Mar 11, 2021
1 parent f37263f commit 9dcb7dc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
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 {
applicationId "posidon.launcher"
minSdkVersion 21
targetSdkVersion 30
versionCode 66
versionName "1.19 Beta"
versionCode 67
versionName "1.19"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down
16 changes: 16 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/67.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
- Added folder item rearrangement
- Added feed spacers
- Added new options for news card customization
- Added a lot of customizations for drawer scrollbar
- Added some settings for app labels in app drawer
- Improved built-in calculator
- Made hidden apps long-pressable
- Moved app icon editing to the app properties menu
- Tweaked launcher settings appearance
- Added an option for the feed items to be reversed
- Added setting for max text lines in notifications
- Added an option to open the first search result by pressing enter
- Replaced the depressed fish when there are no search results with an option to search in DuckDuckGo
- Added custom widget picker
- Added progress notifications
- Bug fixes

0 comments on commit 9dcb7dc

Please sign in to comment.