1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-09 14:48:24 +02:00

update changelogs

This commit is contained in:
Andreas Shimokawa 2021-12-28 22:56:21 +01:00
parent 19a3efe999
commit ea36f2b331
3 changed files with 37 additions and 2 deletions

View File

@ -1,6 +1,6 @@
### Changelog
### 0.64.0 (WIP)
### 0.64.0
* Initial support for VESC NRF/HM10 devices
* Initial support vor Bose QC35
* Initial support for Sony WF-SP800N
@ -10,10 +10,11 @@
* InfiniTime: Remove debug Toast and subscription to UUID_CHARACTERISTIC_MOTION_RAW_XYZ_VALUES
* Roidmi: Fix frequency configuration on some non-english languages
* Roidmi 3: Add support for Mojietu 3 rebrand
* Huami: Support hiking and climbing activities, decode some more activity details
* Amazfit GTS 2 mini: Fix notification title not appearing for non-chat apps
* Amazfit Bip U/Pro: Disable event reminder feature, it is not supported by the device.
* Amazfit Bip U/Pro: Allow enabling Todo List menu (feature still not supported)
* Bangle.js: send weather confition code to device
* Bangle.js: send weather condition code to device
* Allow adding test device directly from the discovery screen
* Keep device info on the correct device during reordering

View File

@ -1,5 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.64.0" versioncode="208">
<change>Initial support for VESC NRF/HM10 devices</change>
<change>Initial support vor Bose QC35</change>
<change>Initial support for Sony WF-SP800N</change>
<change>Fossil Hybrid HR: Fix on-device confirmation for older firmwares</change>
<change>Sony WH-1000XM3: Fix Ambient Sound Control commands, potentially improving ANC quality</change>
<change>Sony WH-1000XM3: Read configuration from device</change>
<change>InfiniTime: Remove debug Toast and subscription to UUID_CHARACTERISTIC_MOTION_RAW_XYZ_VALUES</change>
<change>Roidmi: Fix frequency configuration on some non-english languages</change>
<change>Roidmi 3: Add support for Mojietu 3 rebrand</change>
<change>Huami: Support hiking and climbing activities, decode some more activity details</change>
<change>Amazfit GTS 2 mini: Fix notification title not appearing for non-chat apps</change>
<change>Amazfit Bip U/Pro: Disable event reminder feature, it is not supported by the device.</change>
<change>Amazfit Bip U/Pro: Allow enabling Todo List menu (feature still not supported)</change>
<change>Bangle.js: send weather condition code to device</change>
<change>Allow adding test device directly from the discovery screen</change>
<change>Keep device info on the correct device during reordering</change>
</release>
<release version="0.63.1" versioncode="207">
<change>Huami: Support native reminders</change>
<change>InfiniTime: Initial support for step counting (currently very limited by the device firmware)</change>

View File

@ -0,0 +1,16 @@
* Initial support for VESC NRF/HM10 devices
* Initial support vor Bose QC35
* Initial support for Sony WF-SP800N
* Fossil Hybrid HR: Fix on-device confirmation for older firmwares
* Sony WH-1000XM3: Fix Ambient Sound Control commands, potentially improving ANC quality
* Sony WH-1000XM3: Read configuration from device
* InfiniTime: Remove debug Toast and subscription to UUID_CHARACTERISTIC_MOTION_RAW_XYZ_VALUES
* Roidmi: Fix frequency configuration on some non-english languages
* Roidmi 3: Add support for Mojietu 3 rebrand
* Huami: Support hiking and climbing activities, decode some more activity details
* Amazfit GTS 2 mini: Fix notification title not appearing for non-chat apps
* Amazfit Bip U/Pro: Disable event reminder feature, it is not supported by the device.
* Amazfit Bip U/Pro: Allow enabling Todo List menu (feature still not supported)
* Bangle.js: send weather condition code to device
* Allow adding test device directly from the discovery screen
* Keep device info on the correct device during reordering