Updated the version and added a changelog to metadata

This commit is contained in:
ottoptj 2024-08-31 13:06:40 +03:00
commit 3fb73b16bf
2 changed files with 7 additions and 2 deletions

View file

@ -11,8 +11,8 @@ android {
applicationId = "eu.ottop.yamlauncher"
minSdk = 31
targetSdk = 34
versionCode = 5
versionName = "1.1"
versionCode = 6
versionName = "1.2"
}
dependenciesInfo {

View file

@ -0,0 +1,5 @@
Minor bug fix and enhancement release.
- Fixed a bug where the search bar would sho wup after renaming an app when the search bar is disabled.
- Modified text sizes in the app menu to match maximum shortcut sizes.
- Adjusted shortcut spacing and the huge option is now far bigger than before.