Bump version, update CHANGELOG.md (not yet release time)

master
Andreas Shimokawa 2017-08-13 22:30:40 +02:00
parent 3c9964f265
commit f0c9728775
2 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,14 @@
### Changelog
#### Version 0.20.0 (next)
* Inital Amazfit Bip support (WIP)
* Various theming fixes
* Add workaround for blacklist not properly persisting
* Handle resetting language to default properly
* Pebble: Pass booleans from Javascript Appmessage correctly
* Add greek transliteration support
* Various visual improvements to charts
#### Version 0.19.4
* Replace or relicense CC-NC licensed icons to satisfy F-Droid
* Mi Band 2: Make infos to display on the Band configurable

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 25
// note: always bump BOTH versionCode and versionName!
versionName "0.19.4"
versionCode 97
versionName "0.20.0"
versionCode 98
vectorDrawables.useSupportLibrary = true
}
buildTypes {