mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 01:47:24 +00:00
Updated the version and added a changelog.
This commit is contained in:
parent
83325300ae
commit
c4a5f34cf3
2 changed files with 10 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ android {
|
|||
applicationId = "eu.ottop.yamlauncher"
|
||||
minSdk = 31
|
||||
targetSdk = 34
|
||||
versionCode = 8
|
||||
versionName = "1.4"
|
||||
versionCode = 9
|
||||
versionName = "1.5"
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
|
|
|
|||
8
metadata/en-US/changelogs/9.txt
Normal file
8
metadata/en-US/changelogs/9.txt
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue