mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 01:55:50 +01:00
update changelogs
This commit is contained in:
parent
19a3efe999
commit
ea36f2b331
@ -1,6 +1,6 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
### 0.64.0 (WIP)
|
### 0.64.0
|
||||||
* Initial support for VESC NRF/HM10 devices
|
* Initial support for VESC NRF/HM10 devices
|
||||||
* Initial support vor Bose QC35
|
* Initial support vor Bose QC35
|
||||||
* Initial support for Sony WF-SP800N
|
* Initial support for Sony WF-SP800N
|
||||||
@ -10,10 +10,11 @@
|
|||||||
* InfiniTime: Remove debug Toast and subscription to UUID_CHARACTERISTIC_MOTION_RAW_XYZ_VALUES
|
* InfiniTime: Remove debug Toast and subscription to UUID_CHARACTERISTIC_MOTION_RAW_XYZ_VALUES
|
||||||
* Roidmi: Fix frequency configuration on some non-english languages
|
* Roidmi: Fix frequency configuration on some non-english languages
|
||||||
* Roidmi 3: Add support for Mojietu 3 rebrand
|
* 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 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: Disable event reminder feature, it is not supported by the device.
|
||||||
* Amazfit Bip U/Pro: Allow enabling Todo List menu (feature still not supported)
|
* 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
|
* Allow adding test device directly from the discovery screen
|
||||||
* Keep device info on the correct device during reordering
|
* Keep device info on the correct device during reordering
|
||||||
|
|
||||||
|
@ -1,5 +1,23 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<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">
|
<release version="0.63.1" versioncode="207">
|
||||||
<change>Huami: Support native reminders</change>
|
<change>Huami: Support native reminders</change>
|
||||||
<change>InfiniTime: Initial support for step counting (currently very limited by the device firmware)</change>
|
<change>InfiniTime: Initial support for step counting (currently very limited by the device firmware)</change>
|
||||||
|
16
fastlane/metadata/android/en-US/changelogs/208.txt
Normal file
16
fastlane/metadata/android/en-US/changelogs/208.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user