bump version to 0.6.5, update CHANGELOG.md and README.md

here
Andreas Shimokawa 2015-10-25 21:28:35 +09:00
parent 54c316778b
commit b99b9bbb75
3 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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)

View File

@ -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 {