Updated version to 1.0 and added a changelog

This commit is contained in:
ottoptj 2024-08-24 11:01:21 +03:00
commit b49f30c91c
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 = 3
versionName = "0.7"
versionCode = 4
versionName = "1.0"
}
dependenciesInfo {

View file

@ -0,0 +1,5 @@
First full release of YAM Launcher!
- Fixed a startup crash when the user has weather enabled, but has no internet connection
- Added a long click listener to the clock so that long pressing the clock opens settings
- Removed AM/PM text from clock because it took up too much space