diff --git a/CHANGELOG.md b/CHANGELOG.md index fb97f49e9..ce28ad619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ ###Changelog +####Version 0.10.0 +* 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) + ####Version 0.9.8 * Pebble: fix more reconnnect issues * Pebble: fix deep sleep not being detected with Firmware 3.12 when using Pebble Health diff --git a/app/build.gradle b/app/build.gradle index b52632f07..f6cd378ff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { targetSdkVersion 23 // note: always bump BOTH versionCode and versionName! - versionName "0.9.8" - versionCode 52 + versionName "0.10.0" + versionCode 53 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 30022f530..31af521ee 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +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: fix more reconnnect issues Pebble: fix deep sleep not being detected with Firmware 3.12 when using Pebble Health