update changelogs

This commit is contained in:
Andreas Shimokawa 2018-05-20 19:59:50 +02:00
parent 3852f925da
commit 985b34868a
3 changed files with 12 additions and 9 deletions

View File

@ -1,10 +1,11 @@
### Changelog
#### Version 0.26.5
* Fix autoreconnect at boot on recent android versions
* Fix autoreconnect at boot on recent Android versions
* Bluetooth connection is more stable on Oreo
* Potentially fix the watch continuosly vibrating after call pickup
* Amazfit Bip: add setting to configure shortcuts (swipe to right from watchface)
* Potentially fix the watch continuously vibrating after call pickup
* Amazfit Bip: Add setting to configure shortcuts (swipe to right from watchface)
* Recognize Q8 as a HPlus device
#### Version 0.26.4
* Fix a bug with Toasts appearing every time a notification arrives when bluetooth is disabled

View File

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.26.5" versioncode="131">
<change>Fix autoreconnect at boot on recent android versions</change>
<change>Fix autoreconnect at boot on recent Android versions</change>
<change>Bluetooth connection is more stable on Oreo</change>
<change>Potentially fix the watch continuosly vibrating after call pickup</change>
<change>Amazfit Bip: add setting to configure shortcuts (swipe to right from watchface)</change>
<change>Potentially fix the watch continuously vibrating after call pickup</change>
<change>Amazfit Bip: Add setting to configure shortcuts (swipe to right from watchface)</change>
<change>Recognize Q8 as a HPlus device</change>
</release>
<release version="0.26.4" versioncode="130">
<change>Fix a bug with Toasts appearing every time a notification arrives when bluetooth is disabled</change>

View File

@ -1,4 +1,5 @@
* Fix autoreconnect at boot on recent android versions
* Fix autoreconnect at boot on recent Android versions
* Bluetooth connection is more stable on Oreo
* Potentially fix the watch continuosly vibrating after call pickup
* Amazfit Bip: add setting to configure shortcuts (swipe to right from watchface)
* Potentially fix the watch continuously vibrating after call pickup
* Amazfit Bip: Add setting to configure shortcuts (swipe to right from watchface)
* Recognize Q8 as a HPlus device