mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
Update changelog
This commit is contained in:
parent
f8e15068ea
commit
d82e74384d
@ -7,6 +7,7 @@
|
|||||||
* Initial support for Huawei Watch Ultimate
|
* Initial support for Huawei Watch Ultimate
|
||||||
* Initial support for Sony LinkBuds
|
* Initial support for Sony LinkBuds
|
||||||
* Initial support for Xiaomi Smart Band 8 Active
|
* 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: Fix crash when file save is cancelled
|
||||||
* Bangle.js: Set filename on save file dialogs
|
* Bangle.js: Set filename on save file dialogs
|
||||||
* Bangle.js: Improve communication stability
|
* Bangle.js: Improve communication stability
|
||||||
@ -18,6 +19,7 @@
|
|||||||
* Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing
|
* Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing
|
||||||
* Huami/Zepp OS: Fix activity sync getting stuck sometimes
|
* Huami/Zepp OS: Fix activity sync getting stuck sometimes
|
||||||
* Mi Band 1/2: Fix vibration settings preference screens
|
* Mi Band 1/2: Fix vibration settings preference screens
|
||||||
|
* Huawei: Add cycling workout type
|
||||||
* Huawei: Add smart wakeup interval
|
* Huawei: Add smart wakeup interval
|
||||||
* Pebble: Fix pairing with LE counterpart
|
* Pebble: Fix pairing with LE counterpart
|
||||||
* Xiaomi Watch S1 Pro: Add temperature charts
|
* Xiaomi Watch S1 Pro: Add temperature charts
|
||||||
|
@ -1,32 +1,34 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
<release version="0.80.0" versioncode="231">
|
<release version="0.80.0" versioncode="231">
|
||||||
<change>* Initial support for Amazfit Bip 3</change>
|
<change>Initial support for Amazfit Bip 3</change>
|
||||||
<change>* Initial support for Huawei Band 8</change>
|
<change>Initial support for Huawei Band 8</change>
|
||||||
<change>* Initial support for Huawei Watch GT 4</change>
|
<change>Initial support for Huawei Watch GT 4</change>
|
||||||
<change>* Initial support for Huawei Watch Ultimate</change>
|
<change>Initial support for Huawei Watch Ultimate</change>
|
||||||
<change>* Initial support for Sony LinkBuds</change>
|
<change>Initial support for Sony LinkBuds</change>
|
||||||
<change>* Initial support for Xiaomi Smart Band 8 Active</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: Allow saving files on phone from watch</change>
|
||||||
<change>* Bangle.js: Set filename on save file dialogs</change>
|
<change>Bangle.js: Fix crash when file save is cancelled</change>
|
||||||
<change>* Bangle.js: Improve communication stability</change>
|
<change>Bangle.js: Set filename on save file dialogs</change>
|
||||||
<change>* Bangle.js: Sync activity tracks</change>
|
<change>Bangle.js: Improve communication stability</change>
|
||||||
<change>* Bangle.js: remove unwanted charaters from calendar events</change>
|
<change>Bangle.js: Sync activity tracks</change>
|
||||||
<change>* Femometer Vinca II: Add temperature charts</change>
|
<change>Bangle.js: remove unwanted charaters from calendar events</change>
|
||||||
<change>* Fossil/Skagen Hybrids: Remove activity fetching toasts and add finished signal</change>
|
<change>Femometer Vinca II: Add temperature charts</change>
|
||||||
<change>* Fossil/Skagen Hybrids: Use steps instead of calories for activity intensity</change>
|
<change>Fossil/Skagen Hybrids: Remove activity fetching toasts and add finished signal</change>
|
||||||
<change>* Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing</change>
|
<change>Fossil/Skagen Hybrids: Use steps instead of calories for activity intensity</change>
|
||||||
<change>* Huami/Zepp OS: Fix activity sync getting stuck sometimes</change>
|
<change>Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing</change>
|
||||||
<change>* Mi Band 1/2: Fix vibration settings preference screens</change>
|
<change>Huami/Zepp OS: Fix activity sync getting stuck sometimes</change>
|
||||||
<change>* Huawei: Add smart wakeup interval</change>
|
<change>Mi Band 1/2: Fix vibration settings preference screens</change>
|
||||||
<change>* Pebble: Fix pairing with LE counterpart</change>
|
<change>Huawei: Add cycling workout type </change>
|
||||||
<change>* Xiaomi Watch S1 Pro: Add temperature charts</change>
|
<change>Huawei: Add smart wakeup interval</change>
|
||||||
<change>* Xiaomi: Fix sleep sync failing when sleep stages are not found</change>
|
<change>Pebble: Fix pairing with LE counterpart</change>
|
||||||
<change>* Xiaomi: Improve activity sync</change>
|
<change>Xiaomi Watch S1 Pro: Add temperature charts</change>
|
||||||
<change>* Nothing CMF Watch Pro: Fix music playback status</change>
|
<change>Xiaomi: Fix sleep sync failing when sleep stages are not found</change>
|
||||||
<change>* Allow for device settings sub-screens</change>
|
<change>Xiaomi: Improve activity sync</change>
|
||||||
<change>* Device connection: Add support for scan before BLE connection</change>
|
<change>Nothing CMF Watch Pro: Fix music playback status</change>
|
||||||
<change>* Misc UI improvements (alarms, chart settings)</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>
|
||||||
<release version="0.79.1" versioncode="230">
|
<release version="0.79.1" versioncode="230">
|
||||||
<change>Initial support for Huawei Watch Fit</change>
|
<change>Initial support for Huawei Watch Fit</change>
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
* Initial support for Huawei Watch Ultimate
|
* Initial support for Huawei Watch Ultimate
|
||||||
* Initial support for Sony LinkBuds
|
* Initial support for Sony LinkBuds
|
||||||
* Initial support for Xiaomi Smart Band 8 Active
|
* 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: Fix crash when file save is cancelled
|
||||||
* Bangle.js: Set filename on save file dialogs
|
* Bangle.js: Set filename on save file dialogs
|
||||||
* Bangle.js: Improve communication stability
|
* Bangle.js: Improve communication stability
|
||||||
@ -15,6 +16,7 @@
|
|||||||
* Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing
|
* Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing
|
||||||
* Huami/Zepp OS: Fix activity sync getting stuck sometimes
|
* Huami/Zepp OS: Fix activity sync getting stuck sometimes
|
||||||
* Mi Band 1/2: Fix vibration settings preference screens
|
* Mi Band 1/2: Fix vibration settings preference screens
|
||||||
|
* Huawei: Add cycling workout type
|
||||||
* Huawei: Add smart wakeup interval
|
* Huawei: Add smart wakeup interval
|
||||||
* Pebble: Fix pairing with LE counterpart
|
* Pebble: Fix pairing with LE counterpart
|
||||||
* Xiaomi Watch S1 Pro: Add temperature charts
|
* Xiaomi Watch S1 Pro: Add temperature charts
|
||||||
|
Loading…
Reference in New Issue
Block a user