From d08012709f69f8c45167b8fa94dcff85027a10c3 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Fri, 21 Oct 2016 13:13:08 +0200 Subject: [PATCH] bump version, add changelog --- CHANGELOG.md | 5 +++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a313ae1c..a824d4fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ###Changelog +####Version 0.13.5 +* Mi Band 2: Support setting one alarm +* Pebble: Health compatibility for Firmware 4.2 +* Improve support for K9 when generic notifications are used (K9 notifications set to never) + ####Version 0.13.4 * Mi Band: Initial support for recording heart and displaying rate values * Mi Band: Support for testing vibration patterns directly from the preferences diff --git a/app/build.gradle b/app/build.gradle index 9a239ded3..0c2d27aee 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { targetSdkVersion 23 // note: always bump BOTH versionCode and versionName! - versionName "0.13.4" - versionCode 66 + versionName "0.13.5" + versionCode 67 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index b0feaee7b..0378690b0 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,10 @@ + + Mi Band 2: Support setting one alarm + Pebble: Health compatibility for Firmware 4.2 + Improve support for K9 when generic notifications are used (K9 notifications set to never) + Mi Band: Initial support for recording heart and displaying rate values Mi Band: Support for testing vibration patterns directly from the preferences