Update README and changelogs
This commit is contained in:
parent
fcf9be877a
commit
1efd73af5e
|
@ -1,13 +1,17 @@
|
||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
#### Version 0.21.0 (next)
|
#### Version 0.21.0
|
||||||
* Initial NO.1 F1 support
|
* Initial NO.1 F1 support
|
||||||
|
* Initial Teclast H30 support
|
||||||
* Amazfit Bip: Display GPS firmware version
|
* Amazfit Bip: Display GPS firmware version
|
||||||
* Amazfit Bip: Fix E-Mail notifications
|
* Amazfit Bip: Fix E-Mail notifications
|
||||||
* Amazfit Bip: Fix call notification with unknown caller
|
* 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: Fix crash when takeing screenshots on Android 8.0 (Oreo)
|
||||||
* Pebble: Support some google app icons
|
* Pebble: Support some google app icons
|
||||||
* Pebble: try to support spotify
|
* Pebble: try to support spotify
|
||||||
|
* Mi Band 2: Support configurable button actions
|
||||||
* Fix language being reset to system default
|
* Fix language being reset to system default
|
||||||
|
|
||||||
#### Version 0.20.2
|
#### Version 0.20.2
|
||||||
|
|
|
@ -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
|
* 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)
|
* 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)
|
* 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
|
* Liveview
|
||||||
* Vibratissimo (experimental)
|
* Vibratissimo (experimental)
|
||||||
|
|
||||||
|
@ -143,6 +145,8 @@ For more information read [this wiki article](https://github.com/Freeyourgadget/
|
||||||
### Additional device support
|
### Additional device support
|
||||||
|
|
||||||
* João Paulo Barraca (HPlus)
|
* João Paulo Barraca (HPlus)
|
||||||
|
* Vitaly Svyastyn (NO.1 F1)
|
||||||
|
* Sami Alaoui (Teclast H30)
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,19 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<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">
|
<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: 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>
|
<change>Amazfit Bip: enable caller display in later firmwares</change>
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue