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

add changelogs

This commit is contained in:
Andreas Shimokawa 2020-08-02 23:13:31 +02:00
parent fb70a07f64
commit 6cc9843461
3 changed files with 22 additions and 2 deletions

View File

@ -1,8 +1,10 @@
### Changelog
#### 0.46.0 (WIP)
* Initial Support for Mi Band 5
#### 0.46.0
* Initial support for Mi Band 5
* Initial support for TLW64
* Amazfit GTR/GTS: Fix broken activity data on newer firmwares
* Big refactoring of the device discovery activity (See PR #1927 description for details)
* Add about screen
* New icon for Amazfit Bip
* Avoid duplicated entries in preferred media player selection

View File

@ -1,5 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.46.0" versioncode="178">
<change>Initial support for Mi Band 5</change>
<change>Initial support for TLW64</change>
<change>Amazfit GTR/GTS: Fix broken activity data on newer firmwares</change>
<change>Big refactoring of the device discovery activity (See PR #1927 description for details)</change>
<change>Add about screen</change>
<change>New icon for Amazfit Bip</change>
<change>Avoid duplicated entries in preferred media player selection</change>
<change>Avoid a lot of crashes and improve error handling in various places</change>
</release>
<release version="0.45.1" versioncode="177">
<change>Amazfit GTR/GTS: Fix connection issue with latest firmwares (probably other Huami devices also affected)</change>
<change>Add experimental support for TinyWeatherForecastGermany</change>

View File

@ -0,0 +1,8 @@
* Initial support for Mi Band 5
* Initial support for TLW64
* Amazfit GTR/GTS: Fix broken activity data on newer firmwares
* Big refactoring of the device discovery activity (See PR #1927 description for details)
* Add about screen
* New icon for Amazfit Bip
* Avoid duplicated entries in preferred media player selection
* Avoid a lot of crashes and improve error handling in various places