From 02e6ce02b243e121460f03cb97e2baf9122a75f6 Mon Sep 17 00:00:00 2001 From: cpfeiffer Date: Thu, 24 Nov 2016 22:03:02 +0100 Subject: [PATCH] Add to 0.14.1 changelog --- CHANGELOG.md | 2 ++ app/src/main/res/xml/changelog_master.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 701824bce..8db743e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,10 @@ ####Version 0.14.1 * Mi Band 2: Initial experimental support for activity data +* Mi Band 2: Send the fitness goal (steps) to the band * Pebble 2: Work around firmware installation issues (tested with upgrading 4.2 to 4.3) * Pebble: Further improve compatibility for watchface configuration +* Charts: display the total time range, not just the range with available data ####Version 0.14.0 * Pebble 2: Initial experimental support for P2/PT2 using BLE diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index e0c752959..ab207d9e3 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -2,8 +2,10 @@ Mi Band 2: Initial experimental support for activity data + Mi Band 2: Send the fitness goal (steps) to the band Pebble 2: Work around firmware installation issues (tested with upgrading 4.2 to 4.3) Pebble: Further improve compatibility for watchface configuration + Charts: display the total time range, not just the range with available data Pebble 2: Initial experimental support for P2/PT2 using BLE