From 67f4ab53fa52a2fbb917e7e84e0e06fade439d44 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 23 Oct 2017 11:55:28 +0200 Subject: [PATCH] Bump version and start filling CHANGELOG --- CHANGELOG.md | 8 ++++++++ app/build.gradle | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24db62986..77475c2b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ### Changelog +#### Version 0.22.0 (next) +* Pebble: Experimental support for background javascript, allows weather and other features for watchapps without special Gadgetbridge support +* Add support for Mi Band HRX and Amazfit Cor (untested, no firmware upgrade) +* Mi Band 2: Support more icons and textual notifications for more apps +* Add some quick action buttons to Gadgetbridge's notification +* Add transliteration supportfor ukranian cyrillic charaters +* Fix annoying toast in Mi Band settings + #### Version 0.21.6 * Amazfit Bip: Fix non-working notifications from Outlook, Yahoo Mail and GMail * HPlus: Fix Unicode encoding diff --git a/app/build.gradle b/app/build.gradle index ddb0a439c..cdb38718f 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.21.6" - versionCode 107 + versionName "0.22.0" + versionCode 108 vectorDrawables.useSupportLibrary = true } buildTypes {