Bump version, add CHANGELOG

This commit is contained in:
Andreas Shimokawa 2018-06-25 21:31:29 +02:00
parent f8d72f62e2
commit f8a1da8a83
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,14 @@
### Changelog
#### Version 0.27.0 (WIP)
* Initial support for Mi Band 3 (largely untested, needs to be connected to Mi Fit once)
* Option for automatic activity sync after sceen unlock
* Allow blacklisting of pebblekit notifications for individual apps
* Forward Skype notifcations to even if "local only" flag is set
* Show Gadgetbridge logo behind cards in main activity
* Always stop BT/BTLE discovery when exiting the discovery activty
* Pebble: Fix a rare crash in weview
#### Version 0.26.5
* Fix autoreconnect at boot on recent Android versions
* Bluetooth connection is more stable on Oreo

View File

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