From 4f34725656077a39f3af5bdfcdb0b4a63494d683 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Tue, 21 Feb 2023 16:39:30 +0100 Subject: [PATCH] add changelog, bump version --- CHANGELOG.md | 26 +++++++++++++++++++ app/build.gradle | 4 +-- app/src/main/res/xml/changelog_master.xml | 25 ++++++++++++++++++ .../metadata/android/en-US/changelogs/221.txt | 23 ++++++++++++++++ 4 files changed, 76 insertions(+), 2 deletions(-) create mode 100644 src/main/fastlane/metadata/android/en-US/changelogs/221.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ecee4f70..e06c46c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ ### Changelog +#### 0.73.0 +* Initial support for Amazfit T-Rex 2 +* Initial support for AsteroidOS watches +* Initial support for Sony LinkBuds S +* Initial support for Galaxy Buds2 Pro +* Initial support for SoFlow S06(just for lock and unlock, needs key) +* Fossil/Skagen Hybrids: Fix truncation of notifications +* Fossil/Skagen Hybrids: Fix washed out colors in imported watchfaces +* Fossil/Skagen Hybrids: Allow launching watch apps from app manager +* Fossil/Skagen Hybrids: Fix activity parser +* Fossil/Skagen Hybrids: Add app/watchface downloading from watch to app manager +* Fossil/Skagen Hybrids: Fix crash on empty or multi-byte unicode alarm texts +* Fossil/Skagen Hybrids: Implement inactivity warnings +* Fossil/Skagen Hybrids: Remove obsolete debug message +* Mi Band 6: Add NFC display item +* Zepp OS: Fix Alipay and WeChat Pay display item and shortcuts +* Amazfit GTR 4/GTS 4: Support for AGPS Updates +* Bangle.js: Stop sending bitmaps for common characters that already have good enough equivalents on the watch +* Bangle.js: Stop toast warning message appearing when starting the app loader +* Bangle.js: Increase default realtime HRM/step interval to 10 seconds +* Bangle.js: Support additional values for GPS event +* Sony WF-1000XM4: Fix battery updates while connected +* Sony WF-1000XM4: Fix audio codec +* Add Georgian Transliteration + + #### 0.72.0 * Initial support for Amazfit GTR 4/GTS 4/GTS 4 Mini * Initial support for Amazfit Band 7 diff --git a/app/build.gradle b/app/build.gradle index db1812a4d..dab76f2db 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.72.0" - versionCode 220 + versionName "0.73.0" + versionCode 221 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 add7f5c7d..89b01d623 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 T-Rex 2 + Initial support for AsteroidOS watches + Initial support for Sony LinkBuds S + Initial support for Galaxy Buds2 Pro + Initial support for SoFlow S06(just for lock and unlock, needs key) + Fossil/Skagen Hybrids: Fix truncation of notifications + Fossil/Skagen Hybrids: Fix washed out colors in imported watchfaces + Fossil/Skagen Hybrids: Allow launching watch apps from app manager + Fossil/Skagen Hybrids: Fix activity parser + Fossil/Skagen Hybrids: Add app/watchface downloading from watch to app manager + Fossil/Skagen Hybrids: Fix crash on empty or multi-byte unicode alarm texts + Fossil/Skagen Hybrids: Implement inactivity warnings + Fossil/Skagen Hybrids: Remove obsolete debug message + Mi Band 6: Add NFC display item + Zepp OS: Fix Alipay and WeChat Pay display item and shortcuts + Amazfit GTR 4/GTS 4: Support for AGPS Updates + Bangle.js: Stop sending bitmaps for common characters that already have good enough equivalents on the watch + Bangle.js: Stop toast warning message appearing when starting the app loader + Bangle.js: Increase default realtime HRM/step interval to 10 seconds + Bangle.js: Support additional values for GPS event + Sony WF-1000XM4: Fix battery updates while connected + Sony WF-1000XM4: Fix audio codec + Add Georgian Transliteration + Initial support for Amazfit GTR 4/GTS 4/GTS 4 Mini Initial support for Amazfit Band 7 diff --git a/src/main/fastlane/metadata/android/en-US/changelogs/221.txt b/src/main/fastlane/metadata/android/en-US/changelogs/221.txt new file mode 100644 index 000000000..8fc80fc14 --- /dev/null +++ b/src/main/fastlane/metadata/android/en-US/changelogs/221.txt @@ -0,0 +1,23 @@ +* Initial support for Amazfit T-Rex 2 +* Initial support for AsteroidOS watches +* Initial support for Sony LinkBuds S +* Initial support for Galaxy Buds2 Pro +* Initial support for SoFlow S06(just for lock and unlock, needs key) +* Fossil/Skagen Hybrids: Fix truncation of notifications +* Fossil/Skagen Hybrids: Fix washed out colors in imported watchfaces +* Fossil/Skagen Hybrids: Allow launching watch apps from app manager +* Fossil/Skagen Hybrids: Fix activity parser +* Fossil/Skagen Hybrids: Add app/watchface downloading from watch to app manager +* Fossil/Skagen Hybrids: Fix crash on empty or multi-byte unicode alarm texts +* Fossil/Skagen Hybrids: Implement inactivity warnings +* Fossil/Skagen Hybrids: Remove obsolete debug message +* Mi Band 6: Add NFC display item +* Zepp OS: Fix Alipay and WeChat Pay display item and shortcuts +* Amazfit GTR 4/GTS 4: Support for AGPS Updates +* Bangle.js: Stop sending bitmaps for common characters that already have good enough equivalents on the watch +* Bangle.js: Stop toast warning message appearing when starting the app loader +* Bangle.js: Increase default realtime HRM/step interval to 10 seconds +* Bangle.js: Support additional values for GPS event +* Sony WF-1000XM4: Fix battery updates while connected +* Sony WF-1000XM4: Fix audio codec +* Add Georgian Transliteration