From ea98e207d960a6990ffb15647b982ea47640583a Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 15 Nov 2015 10:32:43 +0100 Subject: [PATCH] bump version, update CHANGELOG.md --- CHANGELOG.md | 6 ++++-- app/build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 261d8640a..d97c9232e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ ###Changelog -#### next Version 0.6.6 + +####Version 0.6.6 * Mi Band: Huge performance improvement fetching activity data * Mi Band: attempt at fixing connection problems (#156) +* Pebble: Try to interpret sleep data from Misfit data * Fix exporting the activity database on devices with read-only external storage (#153) * Fix totally wrong sleep time in the sleep chart -####Version 0,6.5 +####Version 0.6.5 * Mi Band: Support "Locate Device" with Mi Band 1A (and Mi Band 1 with new firmware) * Pebble: Support syncing steps from Misfit (untested features must be turned on to see them), intensity=steps, no sleep support yet * Disable activity fetching when not supported diff --git a/app/build.gradle b/app/build.gradle index f9c5cbb25..ffb4e2950 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "nodomain.freeyourgadget.gadgetbridge" minSdkVersion 19 targetSdkVersion 23 - versionCode 31 - versionName "0.6.5" + versionCode 32 + versionName "0.6.6" } buildTypes { release {