From 96a8785ed554166307e7ec72391ffff16ccef708 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 2 Oct 2022 21:25:34 +0200 Subject: [PATCH] update changelogs --- CHANGELOG.md | 15 ++--- app/src/main/res/xml/changelog_master.xml | 56 +++++++++++++++---- .../metadata/android/en-US/changelogs/216.txt | 34 +++++++++++ 3 files changed, 88 insertions(+), 17 deletions(-) create mode 100644 src/main/fastlane/metadata/android/en-US/changelogs/216.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 49dc40979..9a710f487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ ### Changelog -### 0.71.0 (WIP) +### 0.71.0 * Remove KitKat support, Gadgetbridge now requires Android 5.0 * Initial support for Amazfit GTR 3 -* Initial support for Shell Racing cars +* Initial support for SuperCars (Shell Racing Cars) * Huami: Add preference to overwrite band settings on connection * Huami: Fix crash when selecting automatic Always On Display * Huami: Set OpenTracks track category and icon @@ -26,14 +26,15 @@ * Amazfit GTR: Enable button actions * Zepp OS: Implement activity, sleep and workout fetching * Zepp OS: Improve firmware upgrades -* Bangle.js: Added PATCH HTTP request type, and fix for VolleyError UnsupportedOperationException when supplying custom headers. -* Bangle.js: Added ability to start services on the Android device via intents. +* Bangle.js: Add PATCH HTTP request type, and fix for VolleyError UnsupportedOperationException when supplying custom headers. +* Bangle.js: Add ability to start services on the Android device via intents. * Bangle.js: Flags and multiple categories can now be specified for intents initiated on the watch. -* Bangle.js: Added ability to wake and unlock the Android device via a special intent. +* Bangle.js: Add ability to wake and unlock the Android device via a special intent. * Allow 3rd party apps to set device settings -* Reimplement C code in Java and remove Android NDK dependency entirely -* Fix crash on Android<8.0 when using some devices +* Re-implement C code in Java and remove Android NDK dependency entirely +* Fix crashes on older Android versions when using some devices * Add support for REM sleep +* App shortcuts support (long press on the launcher icon for directly connecting a device) ### 0.70.0 * Initial support for Amazfit GTS 3 diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 8b1392eef..5481fafe5 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,41 @@ + + Remove KitKat support, Gadgetbridge now requires Android 5.0 + Initial support for Amazfit GTR 3 + Initial support for SuperCars (Shell Racing Cars) + Huami: Add preference to overwrite band settings on connection + Huami: Fix crash when selecting automatic Always On Display + Huami: Set OpenTracks track category and icon + Huami: Implement proper find device + Huami: Change default find band vibration pattern + Flipper Zero: added duration to Intent API + Flipper Zero: fixed crash due to unregistered boradcast receiver + Flipper Zero: fetch firmware version from flipper + Fossil Hybrid HR: Correctly initialize watchface after reset or crash + Fossil Hybrid HR: Set OpenTracks track category and icon to workout type selected on watch + Fossil Hybrid HR: Allow flick_away as custom event and add move_hands event + InfiniTime: Add weather support + Amazfit Neo: Fix world clock + Amazfit Neo: Fix long caller name display + Amazfit Neo: Remove activity tracks (unsupported) + Amazfit GTS 3: Fix battery drain due to unanswered weather requests + Mi Band 7: Fix Weather + Mi Band 6: Add support for workout activity types + Mi Band 6: Enable adding workout activity types to the "more" section + Amazfit GTR: Enable button actions + Zepp OS: Implement activity, sleep and workout fetching + Zepp OS: Improve firmware upgrades + Bangle.js: Add PATCH HTTP request type, and fix for VolleyError UnsupportedOperationException when supplying custom headers. + Bangle.js: Add ability to start services on the Android device via intents. + Bangle.js: Flags and multiple categories can now be specified for intents initiated on the watch. + Bangle.js: Add ability to wake and unlock the Android device via a special intent. + Allow 3rd party apps to set device settings + Re-implement C code in Java and remove Android NDK dependency entirely + Fix crashes on older Android versions when using some devices + Add support for REM sleep + App shortcuts support (long press on the launcher icon for directly connecting a device) + Initial support for Amazfit GTS 3 Initial support for Fossil Hybrid Gen6 @@ -727,16 +763,16 @@ Amazfit Bip: Add German, Italian, French and Turkish to language settings - BFH-16: Initial support - Mi Band 2/3/Bip/Cor: Generate random per-device security keys when pairing, allow manual override to still support multiple android devices connecting to the same device - Mi Band 3: Add Indonesian, Thai, Arabic, Vietnamese, Portuguese, Dutch, Turkish and Ukrainian to language settings - Mi Band 3: Support flashing latest Japanese-Korean font - Amazfit Cor 2: Initial experimental support (untested) - Pebble: Add pebblekit extension for reopening last app - Casio: Bugfixes and improvements - Lookup contacts also in work profile - Fix searching in application name when blacklisting - Remove misleading title from database management activity when no legacy database is available + BFH-16: Initial support + Mi Band 2/3/Bip/Cor: Generate random per-device security keys when pairing, allow manual override to still support multiple android devices connecting to the same device + Mi Band 3: Add Indonesian, Thai, Arabic, Vietnamese, Portuguese, Dutch, Turkish and Ukrainian to language settings + Mi Band 3: Support flashing latest Japanese-Korean font + Amazfit Cor 2: Initial experimental support (untested) + Pebble: Add pebblekit extension for reopening last app + Casio: Bugfixes and improvements + Lookup contacts also in work profile + Fix searching in application name when blacklisting + Remove misleading title from database management activity when no legacy database is available Make voip call support optional (disabled by default) diff --git a/src/main/fastlane/metadata/android/en-US/changelogs/216.txt b/src/main/fastlane/metadata/android/en-US/changelogs/216.txt new file mode 100644 index 000000000..6eae22d89 --- /dev/null +++ b/src/main/fastlane/metadata/android/en-US/changelogs/216.txt @@ -0,0 +1,34 @@ +* Remove KitKat support, Gadgetbridge now requires Android 5.0 +* Initial support for Amazfit GTR 3 +* Initial support for SuperCars (Shell Racing Cars) +* Huami: Add preference to overwrite band settings on connection +* Huami: Fix crash when selecting automatic Always On Display +* Huami: Set OpenTracks track category and icon +* Huami: Implement proper find device +* Huami: Change default find band vibration pattern +* Flipper Zero: added duration to Intent API +* Flipper Zero: fixed crash due to unregistered boradcast receiver +* Flipper Zero: fetch firmware version from flipper +* Fossil Hybrid HR: Correctly initialize watchface after reset or crash +* Fossil Hybrid HR: Set OpenTracks track category and icon to workout type selected on watch +* Fossil Hybrid HR: Allow flick_away as custom event and add move_hands event +* InfiniTime: Add weather support +* Amazfit Neo: Fix world clock +* Amazfit Neo: Fix long caller name display +* Amazfit Neo: Remove activity tracks (unsupported) +* Amazfit GTS 3: Fix battery drain due to unanswered weather requests +* Mi Band 7: Fix Weather +* Mi Band 6: Add support for workout activity types +* Mi Band 6: Enable adding workout activity types to the "more" section +* Amazfit GTR: Enable button actions +* Zepp OS: Implement activity, sleep and workout fetching +* Zepp OS: Improve firmware upgrades +* Bangle.js: Add PATCH HTTP request type, and fix for VolleyError UnsupportedOperationException when supplying custom headers. +* Bangle.js: Add ability to start services on the Android device via intents. +* Bangle.js: Flags and multiple categories can now be specified for intents initiated on the watch. +* Bangle.js: Add ability to wake and unlock the Android device via a special intent. +* Allow 3rd party apps to set device settings +* Re-implement C code in Java and remove Android NDK dependency entirely +* Fix crashes on older Android versions when using some devices +* Add support for REM sleep +* App shortcuts support (long press on the launcher icon for directly connecting a device)