From a61c9391a49fe0a8845319a26c987795e7e7e061 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Wed, 10 May 2023 15:27:31 +0200 Subject: [PATCH] bump version, update changelogs --- CHANGELOG.md | 4 +-- app/build.gradle | 4 +-- app/src/main/res/xml/changelog_master.xml | 25 +++++++++++++++++++ .../metadata/android/en-US/changelogs/222.txt | 23 +++++++++++++++++ 4 files changed, 51 insertions(+), 5 deletions(-) create mode 100644 src/main/fastlane/metadata/android/en-US/changelogs/222.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c64ba55..9b22e01d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,11 @@ ### Changelog -#### Next Version - +#### 0.74.0 * Initial support for Amazfit GTR 3 Pro * Initial support for Sony WH-1000XM5 * Amazfit Bip U: Remove alarm snooze option * Amazfit GTR 4 / GTS 4: Add watch Wi-Fi Hotspot and FTP Server * Amazfit GTR 4 / GTS 4: Perform and receive phone calls on watch -* Amazfit GTR 4: Whitelist fw 3.18.1.1 diff from 3.17.0.2 * Amazfit GTS 2 Mini: Add missing alexa menu item * Bangle.js: Fix updating timezone in settings.json if the timezone is zero * Fossil/Skagen Hybrids: Pair watch to phone, fixes repeating confirmation request diff --git a/app/build.gradle b/app/build.gradle index dab76f2db..c86b26426 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,8 +55,8 @@ android { targetSdkVersion 29 // Note: always bump BOTH versionCode and versionName! - versionName "0.73.0" - versionCode 221 + versionName "0.74.0" + versionCode 222 vectorDrawables.useSupportLibrary = true buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\"" buildConfigField "boolean", "INTERNET_ACCESS", "false" diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 89b01d623..b2ec7ff8e 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,30 @@ + + Initial support for Amazfit GTR 3 Pro + Initial support for Sony WH-1000XM5 + Amazfit Bip U: Remove alarm snooze option + Amazfit GTR 4 / GTS 4: Add watch Wi-Fi Hotspot and FTP Server + Amazfit GTR 4 / GTS 4: Perform and receive phone calls on watch + Amazfit GTS 2 Mini: Add missing alexa menu item + Bangle.js: Fix updating timezone in settings.json if the timezone is zero + Fossil/Skagen Hybrids: Pair watch to phone, fixes repeating confirmation request + Huami: Implement repeated activity fetching + Sony WH-1000XM4: Add speak-to-chat + Sony Headphones: Add button modes help + Zepp OS: Add shortcut cards preference + Zepp OS: Add support for morning updates + Zepp OS: Add preference to keep screen on during workout + Zepp OS: Add preference for camera remote + Zepp OS: Fix activate display upon lift wrist smart mode + Zepp OS: Fix Cards and MI AI display item and shortcuts + Zepp OS: Fix setting of control center + Zepp OS: Fix setting of unknown configuration values + Zepp OS: Set watchface from phone + Add Croatian transliterator + Fix restoring app notification/pebble blacklist preferences on import + Cache notifications while devices are out of range (opt-in) + Initial support for Amazfit T-Rex 2 Initial support for AsteroidOS watches diff --git a/src/main/fastlane/metadata/android/en-US/changelogs/222.txt b/src/main/fastlane/metadata/android/en-US/changelogs/222.txt new file mode 100644 index 000000000..1029dccd2 --- /dev/null +++ b/src/main/fastlane/metadata/android/en-US/changelogs/222.txt @@ -0,0 +1,23 @@ +* Initial support for Amazfit GTR 3 Pro +* Initial support for Sony WH-1000XM5 +* Amazfit Bip U: Remove alarm snooze option +* Amazfit GTR 4 / GTS 4: Add watch Wi-Fi Hotspot and FTP Server +* Amazfit GTR 4 / GTS 4: Perform and receive phone calls on watch +* Amazfit GTS 2 Mini: Add missing alexa menu item +* Bangle.js: Fix updating timezone in settings.json if the timezone is zero +* Fossil/Skagen Hybrids: Pair watch to phone, fixes repeating confirmation request +* Huami: Implement repeated activity fetching +* Sony WH-1000XM4: Add speak-to-chat +* Sony Headphones: Add button modes help +* Zepp OS: Add shortcut cards preference +* Zepp OS: Add support for morning updates +* Zepp OS: Add preference to keep screen on during workout +* Zepp OS: Add preference for camera remote +* Zepp OS: Fix activate display upon lift wrist smart mode +* Zepp OS: Fix Cards and MI AI display item and shortcuts +* Zepp OS: Fix setting of control center +* Zepp OS: Fix setting of unknown configuration values +* Zepp OS: Set watchface from phone +* Add Croatian transliterator +* Fix restoring app notification/pebble blacklist preferences on import +* Cache notifications while devices are out of range (opt-in)