From c23e496db6d16424279fc3c39cd1e3268143711a Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 20 Feb 2017 22:19:16 +0100 Subject: [PATCH] bump version, update changelog --- CHANGELOG.md | 6 ++++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25eb027e..4aa956f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ###Changelog +####Version 0.17.5 +* Automatically start the service on boot (can be turned off) +* Pebble: PebbleKit compatibility improvements (Datalogging) +* Pebble: Display music shuffle and repeat states for some players +* Pebble 2/LE: Speed up data transfer + ####Version 0.17.4 * Better integration with android music players * Privacy options for calls (hide caller name/number) diff --git a/app/build.gradle b/app/build.gradle index 985f5ef3..efd0ed85 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.17.4" - versionCode 85 + versionName "0.17.5" + versionCode 86 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 7ab0440c..469c9e74 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,11 @@ + + Automatically start the service on boot (can be turned off) + Pebble: PebbleKit compatibility improvements (Datalogging) + Pebble: Display music shuffle and repeat states for some players + Pebble 2/LE: Speed up data transfer + Better integration with android music players Privacy options for calls (hide caller name/number)