diff --git a/app/build.gradle b/app/build.gradle index d13f4073..1ec0fb9d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/fastlane/metadata/android/en-US/changelogs/67.txt b/fastlane/metadata/android/en-US/changelogs/67.txt new file mode 100644 index 00000000..f4882b6a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/67.txt @@ -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 \ No newline at end of file