From 949c49f2c9bd221647f5db941748d2d46450d3a0 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sat, 26 Sep 2015 21:28:58 +0200 Subject: [PATCH] Bump version, update CHANGELOG --- CHANGELOG.md | 4 +++- app/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a70bdfb4..24d57af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ ###Changelog -####Next Version +####Version 0.6.1 * Pebble: Allow muting (blacklisting) Apps from within generic notifications on the watch * Pebble: Detect all known Pebble Versions including new "chalk" platform (Pebble Time Round) * Option to ignore phone calls (useful for Pebble Dialer) +* Mi Band: Added progressbar for activity data transfer and fixes for firmware transfer progressbar +* Bugfix for app blacklist (some checkboxes where wrongly drawn as checked) ####Version 0.6.0 * Pebble: WIP implementantion of PebbleKit Intents to make some 3rd party Android apps work with the Pebble (eg. Ventoo) diff --git a/app/build.gradle b/app/build.gradle index 69f9c61b..da8eb113 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "nodomain.freeyourgadget.gadgetbridge" minSdkVersion 19 targetSdkVersion 23 - versionCode 26 - versionName "0.6.0" + versionCode 27 + versionName "0.6.1" } buildTypes { release {