From 2b88720f83170a70a35349ed15160e00a65dd242 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 29 May 2016 20:50:05 +0200 Subject: [PATCH] fix xml changelog and add missing entry --- CHANGELOG.md | 1 + app/src/main/res/xml/changelog_master.xml | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce28ad61..de9baf10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Mi Band: BLE connection fixes * Fixes for enabling logging at whithout restarting Gadgetbridge * Re-enable device paring activity on Android 6 (BLE scanning needs the location preference) +* Display device address in device info ####Version 0.9.8 * Pebble: fix more reconnnect issues diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 31af521e..b2b47ee2 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,10 +1,11 @@ - Pebble: option to send sunrise and sunset events to timeline - Mi Band: BLE connection fixes - Fixes for enabling logging at whithout restarting Gadgetbridge - Re-enable device paring activity on Android 6 (BLE scanning needs the location preference) + Pebble: option to send sunrise and sunset events to timeline + Mi Band: BLE connection fixes + Fixes for enabling logging at whithout restarting Gadgetbridge + Re-enable device paring activity on Android 6 (BLE scanning needs the location preference) + Display device address in device info Pebble: fix more reconnnect issues