update changelogs

master
Andreas Shimokawa 2016-09-05 09:27:57 +02:00
parent c901fa2a5b
commit 051c617f75
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,6 @@
###Changelog
####Version 0.12.0 (next)
####Version 0.12.0
* NB: User action needed to migrate existing data!
* Store activity data per device and provider to allow multiple devices of the same kind with separate data. Migration is available, except for Pebble Misfit data. Existing data from multiple devices of the same kind (eg. multiple Mi Bands) will get merged while importing.
* In Control Center, display known devices even when Bluetooth is off

View File

@ -1,5 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.12.0" versioncode="59">
<change>NB: User action needed to migrate existing data!</change>
<change>Store activity data per device and provider to allow multiple devices of the same kind with separate data. Migration is available, except for Pebble Misfit data. Existing data from multiple devices of the same kind (eg. multiple Mi Bands) will get merged while importing</change>
<change>In Control Center, display known devices even when Bluetooth is off</change>
<change>In Control center, new menu point to launch the new "Database management" activity</change>
<change>Pebble: Support for Pebble Health on Firmware 4.0</change>
<change>Pebble: Optionally allow raw Pebble Health data to be stored in database completely (for later interpretation, when we are able to decode it)</change>
<change>Mi Band: fix displaying of deep sleep vs. light sleep (was inverted)</change>
</release>
<release version="0.11.2" versioncode="58">
<change>Mi Band: support for devices that cannot pair with the band (#349)</change>
</release>