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

add xml and fastlane changelog

This commit is contained in:
Andreas Shimokawa 2020-08-30 21:55:39 +02:00
parent 55d8a2901c
commit 2b1ce31192
3 changed files with 21 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#### 0.47.0 (NEXT)
* Initial experimental support for Pinetime-JF (not yet usable)
* HPlus; Recognize Lemfo SG2
* HPlus: Recognize Lemfo SG2
* Huami: Support events forwarding via intents or direct triggering of certain actions (eg. stop music when fall asleep)
* Huami: Add Sports Activity Detail screen from decoded sports summary values
* Huami: Recogize and decode lot more activity (workout) types

View File

@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.47.0" versioncode="179"></change>
<change>Initial experimental support for Pinetime-JF (not yet usable)</change>
<change>HPlus: Recognize Lemfo SG2</change>
<change>Huami: Support events forwarding via intents or direct triggering of certain actions (eg. stop music when fall asleep)</change>
<change>Huami: Add Sports Activity Detail screen from decoded sports summary values</change>
<change>Huami: Recogize and decode lot more activity (workout) types</change>
<change>Add Sports Activity Summary filtering and statistics</change>
<change>Many icons have been re-drawn as vectors, also several new device and sports activity icons added</change>
<change>Many improvements to the Bluetooth discovery and scanning</change>
<change>Fix crash when opening GPX files</change>
</release>
<release version="0.46.0" versioncode="178">
<change>Initial support for Mi Band 5</change>
<change>Initial support for TLW64</change>

View File

@ -0,0 +1,9 @@
* Initial experimental support for Pinetime-JF (not yet usable)
* HPlus; Recognize Lemfo SG2
* Huami: Support events forwarding via intents or direct triggering of certain actions (eg. stop music when fall asleep)
* Huami: Add Sports Activity Detail screen from decoded sports summary values
* Huami: Recogize and decode lot more activity (workout) types
* Add Sports Activity Summary filtering and statistics
* Many icons have been re-drawn as vectors, also several new device and sports activity icons added
* Many improvements to the Bluetooth discovery and scanning
* Fix crash when opening GPX files