Bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2018-05-12 23:05:48 +02:00
parent f46c204c75
commit d259b4ecbf
4 changed files with 18 additions and 2 deletions

View File

@ -1,5 +1,11 @@
### Changelog
#### 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
* Amazfit Cor: Fix detection of newer firmwares
* Mi Band 2: Fix text notifcations not appearing with short vibration patterns
#### Version 0.26.3
* Amazfit Bip: Add proper mime type to shared gpx files
* Amazfit Bip: allow to set displayed menu items

View File

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

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<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>
<change>Amazfit Cor: Fix detection of newer firmwares</change>
<change>Mi Band 2: Fix text notifcations not appearing with short vibration patterns</change>
</release>
<release version="0.26.3" versioncode="129">
<change>Amazfit Bip: Add proper mime type to shared gpx files</change>
<change>Amazfit Bip: allow to set displayed menu items</change>

View File

@ -0,0 +1,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
* Amazfit Cor: Fix detection of newer firmwares
* Mi Band 2: Fix text notifcations not appearing with short vibration patterns