diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd8fff54..b8d5490c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Initial support for Huawei Watch Ultimate * Initial support for Sony LinkBuds * Initial support for Xiaomi Smart Band 8 Active +* Bangle.js: Allow saving files on phone from watch * Bangle.js: Fix crash when file save is cancelled * Bangle.js: Set filename on save file dialogs * Bangle.js: Improve communication stability @@ -18,6 +19,7 @@ * Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing * Huami/Zepp OS: Fix activity sync getting stuck sometimes * Mi Band 1/2: Fix vibration settings preference screens +* Huawei: Add cycling workout type * Huawei: Add smart wakeup interval * Pebble: Fix pairing with LE counterpart * Xiaomi Watch S1 Pro: Add temperature charts diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index fbffc2b31..717e87a75 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,32 +1,34 @@ - * Initial support for Amazfit Bip 3 - * Initial support for Huawei Band 8 - * Initial support for Huawei Watch GT 4 - * Initial support for Huawei Watch Ultimate - * Initial support for Sony LinkBuds - * Initial support for Xiaomi Smart Band 8 Active - * Bangle.js: Fix crash when file save is cancelled - * Bangle.js: Set filename on save file dialogs - * Bangle.js: Improve communication stability - * Bangle.js: Sync activity tracks - * Bangle.js: remove unwanted charaters from calendar events - * Femometer Vinca II: Add temperature charts - * Fossil/Skagen Hybrids: Remove activity fetching toasts and add finished signal - * Fossil/Skagen Hybrids: Use steps instead of calories for activity intensity - * Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing - * Huami/Zepp OS: Fix activity sync getting stuck sometimes - * Mi Band 1/2: Fix vibration settings preference screens - * Huawei: Add smart wakeup interval - * Pebble: Fix pairing with LE counterpart - * Xiaomi Watch S1 Pro: Add temperature charts - * Xiaomi: Fix sleep sync failing when sleep stages are not found - * Xiaomi: Improve activity sync - * Nothing CMF Watch Pro: Fix music playback status - * Allow for device settings sub-screens - * Device connection: Add support for scan before BLE connection - * Misc UI improvements (alarms, chart settings) + Initial support for Amazfit Bip 3 + Initial support for Huawei Band 8 + Initial support for Huawei Watch GT 4 + Initial support for Huawei Watch Ultimate + Initial support for Sony LinkBuds + Initial support for Xiaomi Smart Band 8 Active + Bangle.js: Allow saving files on phone from watch + Bangle.js: Fix crash when file save is cancelled + Bangle.js: Set filename on save file dialogs + Bangle.js: Improve communication stability + Bangle.js: Sync activity tracks + Bangle.js: remove unwanted charaters from calendar events + Femometer Vinca II: Add temperature charts + Fossil/Skagen Hybrids: Remove activity fetching toasts and add finished signal + Fossil/Skagen Hybrids: Use steps instead of calories for activity intensity + Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing + Huami/Zepp OS: Fix activity sync getting stuck sometimes + Mi Band 1/2: Fix vibration settings preference screens + Huawei: Add cycling workout type + Huawei: Add smart wakeup interval + Pebble: Fix pairing with LE counterpart + Xiaomi Watch S1 Pro: Add temperature charts + Xiaomi: Fix sleep sync failing when sleep stages are not found + Xiaomi: Improve activity sync + Nothing CMF Watch Pro: Fix music playback status + Allow for device settings sub-screens + Device connection: Add support for scan before BLE connection + Misc UI improvements (alarms, chart settings) Initial support for Huawei Watch Fit diff --git a/src/mainline/fastlane/metadata/android/en-US/changelogs/231.txt b/src/mainline/fastlane/metadata/android/en-US/changelogs/231.txt index ff25b7983..01bc85fa7 100644 --- a/src/mainline/fastlane/metadata/android/en-US/changelogs/231.txt +++ b/src/mainline/fastlane/metadata/android/en-US/changelogs/231.txt @@ -4,6 +4,7 @@ * Initial support for Huawei Watch Ultimate * Initial support for Sony LinkBuds * Initial support for Xiaomi Smart Band 8 Active +* Bangle.js: Allow saving files on phone from watch * Bangle.js: Fix crash when file save is cancelled * Bangle.js: Set filename on save file dialogs * Bangle.js: Improve communication stability @@ -15,6 +16,7 @@ * Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing * Huami/Zepp OS: Fix activity sync getting stuck sometimes * Mi Band 1/2: Fix vibration settings preference screens +* Huawei: Add cycling workout type * Huawei: Add smart wakeup interval * Pebble: Fix pairing with LE counterpart * Xiaomi Watch S1 Pro: Add temperature charts