Update README and changelogs

master
Andreas Shimokawa 2017-09-05 22:48:03 +02:00
parent fcf9be877a
commit 1efd73af5e
4 changed files with 35 additions and 1 deletions

View File

@ -1,13 +1,17 @@
### Changelog
#### Version 0.21.0 (next)
#### Version 0.21.0
* Initial NO.1 F1 support
* Initial Teclast H30 support
* Amazfit Bip: Display GPS firmware version
* Amazfit Bip: Fix E-Mail notifications
* Amazfit Bip: Fix call notification with unknown caller
* Amazfit Bip: Fix crash when weather is updated and device reconnecting
* Mi2/Bip: Fix crash when synchronizing calendar to alarms
* Pebble: Fix crash when takeing screenshots on Android 8.0 (Oreo)
* Pebble: Support some google app icons
* Pebble: try to support spotify
* Mi Band 2: Support configurable button actions
* Fix language being reset to system default
#### Version 0.20.2

View File

@ -28,6 +28,8 @@ vendor's servers.
* Mi Band 2 [Wiki section about mi band](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Mi-Band), some parts apply to mi band 2 as well
* Amazfit Bip (WIP) [Wiki section about the Amazfit Bip](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Bip)
* HPlus Devices (e.g. ZeBand) [Wiki section about this device](https://github.com/Freeyourgadget/Gadgetbridge/wiki/HPlus)
* Teclast H30 (WIP)
* NO.1 F1 (WIP)
* Liveview
* Vibratissimo (experimental)
@ -143,6 +145,8 @@ For more information read [this wiki article](https://github.com/Freeyourgadget/
### Additional device support
* João Paulo Barraca (HPlus)
* Vitaly Svyastyn (NO.1 F1)
* Sami Alaoui (Teclast H30)
## Contribute

View File

@ -1,5 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.21.0" versioncode="101">
<change>Initial NO.1 F1 support</change>
<change>Initial Teclast H30 support</change>
<change>Amazfit Bip: Display GPS firmware version</change>
<change>Amazfit Bip: Fix E-Mail notifications</change>
<change>Amazfit Bip: Fix call notification with unknown caller</change>
<change>Amazfit Bip: Fix crash when weather is updated and device reconnecting</change>
<change>Mi2/Bip: Fix crash when synchronizing calendar to alarms</change>
<change>Pebble: Fix crash when takeing screenshots on Android 8.0 (Oreo)</change>
<change>Pebble: Support some google app icons</change>
<change>Pebble: try to support spotify</change>
<change>Mi Band 2: Support configurable button actions</change>
<change>Fix language being reset to system default</change>
</release>
<release version="0.20.2" versioncode="100">
<change>Amazfit Bip: Various fixes regarding weather, add condition string support for FW 0.0.8.74</change>
<change>Amazfit Bip: enable caller display in later firmwares</change>

View File

@ -0,0 +1,12 @@
* Initial NO.1 F1 support
* Initial Teclast H30 support
* Amazfit Bip: Display GPS firmware version
* Amazfit Bip: Fix E-Mail notifications
* Amazfit Bip: Fix call notification with unknown caller
* Amazfit Bip: Fix crash when weather is updated and device reconnecting
* Mi2/Bip: Fix crash when synchronizing calendar to alarms
* Pebble: Fix crash when takeing screenshots on Android 8.0 (Oreo)
* Pebble: Support some google app icons
* Pebble: try to support spotify
* Mi Band 2: Support configurable button actions
* Fix language being reset to system default