1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-26 16:26:52 +02:00

add fastlane and xml changelog

This commit is contained in:
Andreas Shimokawa 2020-06-29 22:47:39 +02:00
parent 6e4e8f57b6
commit 119fb456f9
3 changed files with 20 additions and 1 deletions

View File

@ -1,5 +1,6 @@
### Changelog
#### 0.45.0 (WIP)
#### 0.45.0
* Initial support for Amazfit T-Rex
* Amazfit Bip S: Support installation of latest .res
* Amazfit Bip S: Support longer notification messages

View File

@ -1,5 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.45.0" versioncode="176">
<change>Initial support for Amazfit T-Rex</change>
<change>Amazfit Bip S: Support installation of latest .res</change>
<change>Amazfit Bip S: Support longer notification messages</change>
<change>Huami: Limit weather forecast to 7 days to fix problems with weather notificaon 0.3.11</change>
<change>Huami: Improve music playback information</change>
<change>Huami: Ensure cutting strings on UTF-8 border</change>
<change>Stop incoming call notification when VoIP calls are missed</change>
<change>Fix a crash when with Farsi translation</change>
</release>
<release version="0.44.2" versioncode="175">
<change>Huami: Support flashing newer GPS firmware and GPS ALM</change>
<change>Amazfit Bip S: Support music control</change>

View File

@ -0,0 +1,8 @@
* Initial support for Amazfit T-Rex
* Amazfit Bip S: Support installation of latest .res
* Amazfit Bip S: Support longer notification messages
* Huami: Limit weather forecast to 7 days to fix problems with weather notificaon 0.3.11
* Huami: Improve music playback information
* Huami: Ensure cutting strings on UTF-8 border
* Stop incoming call notification when VoIP calls are missed
* Fix a crash when with Farsi translation