From ff94d9656acf255285a4a0b556d66e18cd46cd47 Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Wed, 8 May 2024 22:19:07 +0200 Subject: [PATCH] Version 1.30.2 --- app/app/build.gradle.kts | 4 ++-- .../android/en-US/changelogs/2024050801.txt | 15 +++++++++++++++ gradle/libs.versions.toml | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2024050801.txt diff --git a/app/app/build.gradle.kts b/app/app/build.gradle.kts index 6ce87859..c2ea91fc 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() ?: 2024050800 - versionName = "1.30.1" + versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024050801 + versionName = "1.30.2" signingConfig = signingConfigs.getByName("debug") } diff --git a/fastlane/metadata/android/en-US/changelogs/2024050801.txt b/fastlane/metadata/android/en-US/changelogs/2024050801.txt new file mode 100644 index 00000000..0e2d16dc --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2024050801.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. + diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 88211a5a..f2987ca0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ jetbrains-markdown = "0.5.2" androidx-compose = "1.7.0-alpha08" androidx-compose-material3 = "1.3.0-alpha06" -androidx-compose-compiler = "1.5.13" +androidx-compose-compiler = "1.5.12" androidx-lifecycle = "2.7.0" androidx-core = "1.14.0-alpha01" androidx-appcompat = "1.7.0-beta01"