It's been so long, I forgot how to prepare releases 😭

This commit is contained in:
MM20 2024-05-07 00:41:17 +02:00
parent f349dbdfb6
commit d7b50affc5
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 16 additions and 1 deletions

View File

@ -31,7 +31,7 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024022100
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024050700
versionName = "1.30.0"
signingConfig = signingConfigs.getByName("debug")
}

View File

@ -0,0 +1,15 @@
- Places search: allows you to search OpenStreetMap for places in the local area (thanks to @Sir-Photch)
- Search filters:
- temporary filters to quickly limit or extend the categories that should included
- includes an "online results" filter: as long as this filter is turned turned off, only local results are shown and no network requests are made, to protect your privacy
- you can customize the default filter in settings
- More clock widget customizations:
- added 1 more clock style (7-segment, thanks to @strongville)
- added Material You option to every clock style (thanks to @strongville)
- added an option to show seconds to every clock style (thanks to @strongville)
- you can now use a custom app widget as clock
- Widget customizations
- app widgets now respect the launcher's color scheme (if the widget supports it); this can be toggled per widget.
- app widgets can now be resized horizontally
- **⚠️ Breaking** Removed HERE weather provider due to API / pricing changes. Please make sure to switch to a different provider after the update to continue receiving weather updates.