diff --git a/CHANGELOG.md b/CHANGELOG.md index 261d8640..d97c9232 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 f9c5cbb2..ffb4e295 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 {