From 22b1e14c1158ede4019c24ba0d0723aa932ac215 Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Tue, 20 Feb 2024 22:17:36 +0100 Subject: [PATCH] Version 1.29.0 --- app/app/build.gradle.kts | 4 ++-- .../metadata/android/en-US/changelogs/2024022000.txt | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2024022000.txt diff --git a/app/app/build.gradle.kts b/app/app/build.gradle.kts index 4c18ca6d..ecee6a4d 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() ?: 2023101300 - versionName = "1.28.0" + versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024022000 + versionName = "1.29.0" signingConfig = signingConfigs.getByName("debug") } diff --git a/fastlane/metadata/android/en-US/changelogs/2024022000.txt b/fastlane/metadata/android/en-US/changelogs/2024022000.txt new file mode 100644 index 00000000..6c921ea8 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2024022000.txt @@ -0,0 +1,12 @@ +- ⚠️ **Breaking**: Backups that were created with an older version cannot be fully restored on this version. +- ⚠️ **Breaking**: Weather provider settings are reset after the update +- Added support for plugins: + - For now, plugins can add more weather providers and more file search providers (more plugin types will be added in the future) + - There are two plugins available right now: OpenWeatherMap and OneDrive search + - If you are a developer, and you want to create your own plugins, read the [docs](https://kvaesitso.mm20.de/docs/developer-guide/plugins/get-started.html) to get started +- The dock is now always shown at the bottom of the screen, regardless of clock position and clock widget layout +- Moved dock settings from clock widget to home screen settings +- Fix that some third party app widgets cannot be added +- (Android 12+) Added a preference to use Material You compat colors instead of system provided colors (thanks to @strongville) +- "Edit widgets" is now shown in overflow menu if button is disabled (thanks to @strongville) +- Bugfixes \ No newline at end of file