Update CHANGELOG.md

Add mention of the fact that data migration is not automatically performed as first point.
Added database management activity
Fix typo and add clarification about data migration
master
Daniele Gobbetti 2016-09-02 12:10:56 +02:00 committed by GitHub
parent 36b03e92b3
commit 044c9ed101
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
###Changelog
####Version 0.12.0 (next)
* Store activity data per device and providerm which allows having two identical devices with separated data (migration is available, except for Misfit data)
* NB: User action needed to migrate existing data!
* Store activity data per device and provider which allows having two identical devices with separated data (migration is available, except for Misfit data. Data from multiple identical devices (eg. multiple mibands) will get merged while importing.)
* In Control Center, display known devices even when bluetooth is off
* In Control center, new menu point to launch the new "Database management" activity
* Pebble: Misfit data is now stored as raw original data and interpreted on demand
* Pebble: Support for Pebble Health on Firmware 4.0
* Pebble: Optionally allow raw Pebble Health data to be stored in database completely (for later interpretation, when we are able to decode it)