From f4e955dbe0b471d3ef9613e7cdfe8f62e5194874 Mon Sep 17 00:00:00 2001 From: cpfeiffer Date: Wed, 15 Mar 2017 23:42:30 +0100 Subject: [PATCH] Updated changelog for 0.18.0 --- CHANGELOG.md | 11 ++++++++--- app/src/main/res/xml/changelog_master.xml | 5 +++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82201e061..12a2b1a32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,15 @@ * Add Czech translation * Add Hebrew translation and transliteration * Consistently display device specific icons already during discovery -* Add sleep chart diplaying the last week of sleep +* Add sleep chart displaying the last week of sleep * Huge speedup for weekly charts when changing days -* Drop support for pre Gadgetbride 0.12.0 database -* Pebble: allow configuration webpages (clay) to access device location +* Drop support for importing pre Gadgetbridge 0.12.0 database +* Pebble: allow configuration web pages (clay) to access device location +* Mi2: Initial support for text notifications, caller ID, and icons (requires font installation) (#560) +* Mi2: Support for flashing Mili_pro.ft* font files +* Mi2: Improved firmware/font updated +* Mi2: Set 12h/24h time format, following the Android configuration (#573) +* Improved BLE discovery and connectivity ####Version 0.17.5 * Automatically start the service on boot (can be turned off) diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index d8314326c..954f33d1b 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -10,6 +10,11 @@ Huge speedup for weekly charts when changing days Drop support for pre Gadgetbride 0.12.0 database Pebble: allow configuration webpages (clay) to access device location + Mi2: Initial support for text notifications, caller ID, and icons (requires font installation) (#560) + Mi2: Support for flashing Mili_pro.ft* font files + Mi2: Improved firmware/font updated + Mi2: Set 12h/24h time format, following the Android configuration (#573) + Improved BLE discovery and connectivity Automatically start the service on boot (can be turned off)