From 4763731c4e8b154a30e0d4b86fe0dd271785ff92 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Fri, 2 Dec 2016 23:48:58 +0100 Subject: [PATCH] update changelog, bump version --- 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 7db8a50d2..98d911510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ###Changelog +####Version 0.14.4 +* Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings +* Mi Band 2: Experimental support for activity recognition +* Mi Band 2: Fix time setting code + ####Version 0.14.3 * Pebble: Experimental support for pairing and using all Pebble models via BLE * Mi Band 1: Fix regression causing display of wrong activity data (#440) diff --git a/app/build.gradle b/app/build.gradle index 97a7b0569..2306f5ea1 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.14.3" - versionCode 75 + versionName "0.14.4" + versionCode 76 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 2a0c90f30..6d3c7fa2d 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,10 @@ + + Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings + Mi Band 2: Experimental support for activity recognition + Mi Band 2: Fix time setting code + Pebble: Experimental support for pairing and using all Pebble models via BLE Mi Band 1: Fix regression causing display of wrong activity data