1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-30 14:02:56 +01:00

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 ### Changelog
#### Version 0.26.5 #### 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 * Bluetooth connection is more stable on Oreo
* Potentially fix the watch continuosly vibrating after call pickup * Potentially fix the watch continuously vibrating after call pickup
* Amazfit Bip: add setting to configure shortcuts (swipe to right from watchface) * Amazfit Bip: Add setting to configure shortcuts (swipe to right from watchface)
* Recognize Q8 as a HPlus device
#### Version 0.26.4 #### Version 0.26.4
* Fix a bug with Toasts appearing every time a notification arrives when bluetooth is disabled * 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"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="0.26.5" versioncode="131"> <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>Bluetooth connection is more stable on Oreo</change>
<change>Potentially fix the watch continuosly vibrating after call pickup</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>Amazfit Bip: Add setting to configure shortcuts (swipe to right from watchface)</change>
<change>Recognize Q8 as a HPlus device</change>
</release> </release>
<release version="0.26.4" versioncode="130"> <release version="0.26.4" versioncode="130">
<change>Fix a bug with Toasts appearing every time a notification arrives when bluetooth is disabled</change> <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 * Bluetooth connection is more stable on Oreo
* Potentially fix the watch continuosly vibrating after call pickup * Potentially fix the watch continuously vibrating after call pickup
* Amazfit Bip: add setting to configure shortcuts (swipe to right from watchface) * Amazfit Bip: Add setting to configure shortcuts (swipe to right from watchface)
* Recognize Q8 as a HPlus device