From c4a5f34cf301f2e3e448210885a57e542e393259 Mon Sep 17 00:00:00 2001 From: ottoptj Date: Wed, 25 Sep 2024 00:13:07 +0300 Subject: [PATCH] Updated the version and added a changelog. --- app/build.gradle.kts | 4 ++-- metadata/en-US/changelogs/9.txt | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 metadata/en-US/changelogs/9.txt 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