diff --git a/app/app/build.gradle.kts b/app/app/build.gradle.kts index 08e85d49..ffd40504 100644 --- a/app/app/build.gradle.kts +++ b/app/app/build.gradle.kts @@ -31,8 +31,8 @@ android { minSdk = libs.versions.minSdk.get().toInt() targetSdk = libs.versions.targetSdk.get().toInt() @SuppressLint("HighAppVersionCode") - versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024050900 - versionName = "1.30.3" + versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024051000 + versionName = "1.30.4" signingConfig = signingConfigs.getByName("debug") } diff --git a/fastlane/metadata/android/en-US/changelogs/2024051000.txt b/fastlane/metadata/android/en-US/changelogs/2024051000.txt new file mode 100644 index 00000000..0e2d16dc --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2024051000.txt @@ -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. +