From 771ff7b2bed49ff1d76afa829ff44972c6159c15 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Fri, 10 Jun 2016 22:39:00 +0200 Subject: [PATCH] bump version, update changelog --- CHANGELOG.md | 7 +++++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 7 +++++++ 3 files changed, 16 insertions(+), 2 deletions(-) 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