From b99b9bbb7519e80f25c8607c0d9c99c2ccbd9b0f Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 25 Oct 2015 21:28:35 +0900 Subject: [PATCH] bump version to 0.6.5, update CHANGELOG.md and README.md --- CHANGELOG.md | 3 ++- README.md | 4 +++- app/build.gradle | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e751c10..1ce6fa850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ###Changelog ####Version 0,6.5 -* Support "Locate Device" with Mi Band 1A (and Mi Band 1 with new firmware) +* 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 * Small improvements to live activity charts diff --git a/README.md b/README.md index 9ae671579..4b119528e 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,9 @@ need to create an account and transmit any of your data to the vendor's servers. * Install watchfaces and firmware files (.pbw and .pbz) * Install language files (.pbl) (currently on Firmware 2.x only) * Take and share screenshots from the Pebble's screen -* PebbleKit support for 3rd Party Android Apps support (experimental). +* PebbleKit support for 3rd Party Android Apps support (experimental) * Morpheuz sleep data syncronization (experimental) +* Misfit steps data synchronization (experimental) ## Notes about the Pebble Time @@ -38,6 +39,7 @@ All features are also supported on the Pebble Time, except for the following: * Listing installed watchfaces (it will simply display the UUIDs of previously installed watchapps, no matter if they are still installed or not) * Firmware installation is untested and will probably not work. +* Installation of language files (.pbl) is not supported. ## How to use (Pebble) diff --git a/app/build.gradle b/app/build.gradle index b1c156ec6..e24ca1ef7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "nodomain.freeyourgadget.gadgetbridge" minSdkVersion 19 targetSdkVersion 23 - versionCode 30 - versionName "0.6.4" + versionCode 31 + versionName "0.6.5" } buildTypes { release {