diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 670d377..9fe5206 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "eu.ottop.yamlauncher" minSdk = 31 targetSdk = 34 - versionCode = 8 - versionName = "1.4" + versionCode = 9 + versionName = "1.5" } dependenciesInfo { diff --git a/metadata/en-US/changelogs/9.txt b/metadata/en-US/changelogs/9.txt new file mode 100644 index 0000000..24bb7c6 --- /dev/null +++ b/metadata/en-US/changelogs/9.txt @@ -0,0 +1,8 @@ +Bug fix release + +- Fixed a bug with disabling the contacts menu while it was the last open menu. +- Fixed a bug with the persistence of GPS location for weather. +- Fixed a minor animation bug. +- Improved gesture detection and made swipe thresholds customizable. +- The app menu is now scrolled to the top initially even when automatic keyboard opening is enabled. +- Added an option to restart the launcher in the settings. \ No newline at end of file