bump version, update CHANGELOG.md

here 0.6.6
Andreas Shimokawa 2015-11-15 10:32:43 +01:00
parent 1734e58f70
commit ea98e207d9
2 changed files with 6 additions and 4 deletions

View File

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

View File

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