diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec73993..0b0811d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index d8aab74f..14e47224 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {