From f0c9728775ee4282c943edc9a1eb2aaf1da98a16 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 13 Aug 2017 22:30:40 +0200 Subject: [PATCH] Bump version, update CHANGELOG.md (not yet release time) --- CHANGELOG.md | 10 ++++++++++ app/build.gradle | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec739933..0b0811d8c 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 d8aab74f0..14e472240 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 {