Add changelog and bump version

This commit is contained in:
Daniele Gobbetti 2018-05-19 21:48:20 +02:00
parent 76a0f448ca
commit b7ce6eeae3
4 changed files with 15 additions and 2 deletions

View File

@ -1,5 +1,10 @@
### Changelog
#### Version 0.26.5
* Fix autoreconnect at boot on recent android versions
* Bluetooth connection is more stable on Oreo
* Potentially fix the watch continuosly vibrating after call pickup
#### Version 0.26.4
* Fix a bug with Toasts appearing every time a notification arrives when bluetooth is disabled
* Pebble 2: Add optional GATT client only mode that might help with connection stability

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.26.4"
versionCode 130
versionName "0.26.5"
versionCode 131
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,10 @@
<?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>Bluetooth connection is more stable on Oreo</change>
<change>Potentially fix the watch continuosly vibrating after call pickup</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>
<change>Pebble 2: Add optional GATT client only mode that might help with connection stability</change>

View File

@ -0,0 +1,3 @@
* Fix autoreconnect at boot on recent android versions
* Bluetooth connection is more stable on Oreo
* Potentially fix the watch continuosly vibrating after call pickup