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

prepare changelog

This commit is contained in:
Andreas Shimokawa 2020-05-27 11:04:57 +02:00
parent cc54d0634a
commit d61b278cf9
3 changed files with 22 additions and 0 deletions

View File

@ -1,5 +1,13 @@
### Changelog
#### Version 0.44.1
* Amazfit Bip S: Support setting shortcuts
* Amazfit Bip S: Fix setting display items
* Amazfit Bip S: Fix incoming call notification
* Huami: Fix menu items vanishing from the device when they were never configured through Gadgetbridge
* Lenovo Watch9: Fix launch of wrong calibration activity
* Reduce calls to onSetMusicInfo/onSetMusicState when playing music
#### Version 0.44.0
* Initial support for WatchX(Plus)
* Add support for Amazfit GTR Lite (untested and incomplete)

View File

@ -1,5 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.44.1" versioncode="174"></change>
<change>Amazfit Bip S: Support setting shortcuts</change>
<change>Amazfit Bip S: Fix setting display items</change>
<change>Amazfit Bip S: Fix incoming call notification</change>
<change>Huami: Fix menu items vanishing from the device when they were never configured through Gadgetbridge</change>
<change>Lenovo Watch9: Fix launch of wrong calibration activity</change>
<change>Reduce calls to onSetMusicInfo/onSetMusicState when playing music</change>
</release>
<release version="0.44.0" versioncode="173">
<change>Initial support for WatchX(Plus)</change>
<change>Add support for Amazfit GTR Lite (untested and incomplete)</change>

View File

@ -0,0 +1,6 @@
* Amazfit Bip S: Support setting shortcuts
* Amazfit Bip S: Fix setting display items
* Amazfit Bip S: Fix incoming call notification
* Huami: Fix menu items vanishing from the device when they were never configured through Gadgetbridge
* Lenovo Watch9: Fix launch of wrong calibration activity
* Reduce calls to onSetMusicInfo/onSetMusicState when playing music