Update changelog

This commit is contained in:
José Rebelo 2024-03-25 18:16:01 +00:00
parent f8e15068ea
commit d82e74384d
3 changed files with 32 additions and 26 deletions

View File

@ -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

View File

@ -1,32 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.80.0" versioncode="231">
<change>* Initial support for Amazfit Bip 3</change>
<change>* Initial support for Huawei Band 8</change>
<change>* Initial support for Huawei Watch GT 4</change>
<change>* Initial support for Huawei Watch Ultimate</change>
<change>* Initial support for Sony LinkBuds</change>
<change>* Initial support for Xiaomi Smart Band 8 Active</change>
<change>* Bangle.js: Fix crash when file save is cancelled</change>
<change>* Bangle.js: Set filename on save file dialogs</change>
<change>* Bangle.js: Improve communication stability</change>
<change>* Bangle.js: Sync activity tracks</change>
<change>* Bangle.js: remove unwanted charaters from calendar events</change>
<change>* Femometer Vinca II: Add temperature charts</change>
<change>* Fossil/Skagen Hybrids: Remove activity fetching toasts and add finished signal</change>
<change>* Fossil/Skagen Hybrids: Use steps instead of calories for activity intensity</change>
<change>* Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing</change>
<change>* Huami/Zepp OS: Fix activity sync getting stuck sometimes</change>
<change>* Mi Band 1/2: Fix vibration settings preference screens</change>
<change>* Huawei: Add smart wakeup interval</change>
<change>* Pebble: Fix pairing with LE counterpart</change>
<change>* Xiaomi Watch S1 Pro: Add temperature charts</change>
<change>* Xiaomi: Fix sleep sync failing when sleep stages are not found</change>
<change>* Xiaomi: Improve activity sync</change>
<change>* Nothing CMF Watch Pro: Fix music playback status</change>
<change>* Allow for device settings sub-screens</change>
<change>* Device connection: Add support for scan before BLE connection</change>
<change>* Misc UI improvements (alarms, chart settings)</change>
<change>Initial support for Amazfit Bip 3</change>
<change>Initial support for Huawei Band 8</change>
<change>Initial support for Huawei Watch GT 4</change>
<change>Initial support for Huawei Watch Ultimate</change>
<change>Initial support for Sony LinkBuds</change>
<change>Initial support for Xiaomi Smart Band 8 Active</change>
<change>Bangle.js: Allow saving files on phone from watch</change>
<change>Bangle.js: Fix crash when file save is cancelled</change>
<change>Bangle.js: Set filename on save file dialogs</change>
<change>Bangle.js: Improve communication stability</change>
<change>Bangle.js: Sync activity tracks</change>
<change>Bangle.js: remove unwanted charaters from calendar events</change>
<change>Femometer Vinca II: Add temperature charts</change>
<change>Fossil/Skagen Hybrids: Remove activity fetching toasts and add finished signal</change>
<change>Fossil/Skagen Hybrids: Use steps instead of calories for activity intensity</change>
<change>Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing</change>
<change>Huami/Zepp OS: Fix activity sync getting stuck sometimes</change>
<change>Mi Band 1/2: Fix vibration settings preference screens</change>
<change>Huawei: Add cycling workout type </change>
<change>Huawei: Add smart wakeup interval</change>
<change>Pebble: Fix pairing with LE counterpart</change>
<change>Xiaomi Watch S1 Pro: Add temperature charts</change>
<change>Xiaomi: Fix sleep sync failing when sleep stages are not found</change>
<change>Xiaomi: Improve activity sync</change>
<change>Nothing CMF Watch Pro: Fix music playback status</change>
<change>Allow for device settings sub-screens</change>
<change>Device connection: Add support for scan before BLE connection</change>
<change>Misc UI improvements (alarms, chart settings)</change>
</release>
<release version="0.79.1" versioncode="230">
<change>Initial support for Huawei Watch Fit</change>

View File

@ -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