diff --git a/CHANGELOG.md b/CHANGELOG.md index c34cdbdc9..71829f4d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ ###Changelog +####Version 0.10.1 +* Pebble: set extended music info by dissecting notifications on Android 5.0+ +* Pebble: allow ignoring activity trackers indiviually (to keep the data on the pebble) +* Mi Band: support for shifting the device time by N hours (for people who sleep at daytime) +* Mi Band: initial and untested support for Mi Band 2 +* Allow setting the application language + ####Version 0.10.0 * Pebble: option to send sunrise and sunset events to timeline * Pebble: fix problems with unknown app keys while configuring watchfaces diff --git a/app/build.gradle b/app/build.gradle index f6cd378ff..9cfc069a2 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.10.0" - versionCode 53 + versionName "0.10.1" + versionCode 54 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index a49185489..a92e5fb7a 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,12 @@ + + Pebble: set extended music info by dissecting notifications on Android 5.0+ + Pebble: allow ignoring activity trackers indiviually (to keep the data on the pebble) + Mi Band: support for shifting the device time by N hours (for people who sleep at daytime) + Mi Band: initial and untested support for Mi Band 2 + Allow setting the application language + Pebble: option to send sunrise and sunset events to timeline Pebble: fix problems with unknown app keys while configuring watchfaces