1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-23 18:36:50 +01:00

bump version, update CHANGELOG.md

This commit is contained in:
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 ###Changelog
#### next Version 0.6.6
####Version 0.6.6
* Mi Band: Huge performance improvement fetching activity data * Mi Band: Huge performance improvement fetching activity data
* Mi Band: attempt at fixing connection problems (#156) * 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 exporting the activity database on devices with read-only external storage (#153)
* Fix totally wrong sleep time in the sleep chart * 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) * 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 * 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 * Disable activity fetching when not supported

View File

@ -12,8 +12,8 @@ android {
applicationId "nodomain.freeyourgadget.gadgetbridge" applicationId "nodomain.freeyourgadget.gadgetbridge"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 23 targetSdkVersion 23
versionCode 31 versionCode 32
versionName "0.6.5" versionName "0.6.6"
} }
buildTypes { buildTypes {
release { release {