From bce28fd8ac28d8155a3668071c160a9ceb00a85b Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Fri, 30 Sep 2016 19:16:02 +0200 Subject: [PATCH] update changelogs --- CHANGELOG.md | 7 +++++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 7 +++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68733a185..ef8a1c25f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ###Changelog +####Version 0.13.2 +* Support deleting devices (and their data) in control center +* Sort devices lexicographically in control center +* Do not forward group summary notifications (could fix some duplicate notifications) +* Pebble: Support for health on FW 4.1 +* Mi Band: Fix offline charts not displaying heartrate for Mi 1S + ####Version 0.13.1 * Improved BLE scanning for Android 5.0+ * Pebble: try to work around duplicate Telegram messages and support Telegram icon diff --git a/app/build.gradle b/app/build.gradle index d97c4a0e9..bb092abcf 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.1" - versionCode 63 + versionName "0.13.2" + versionCode 64 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index ed193d79e..7b6d2a149 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,12 @@ + + Support deleting devices (and their data) in control center + Sort devices lexicographically in control center + Do not forward group summary notifications (could fix some duplicate notifications) + Pebble: Support for health on FW 4.1 + Mi Band: Fix offline charts not displaying heartrate for Mi 1S + Improved BLE scanning for Android 5.0+ Pebble: try to work around duplicate Telegram messages and support Telegram icon