Updated changelog for 0.11.1

(cherry picked from commit 563af6d0175b5ff415085fe562f4cf03ab364098)
master
cpfeiffer 2016-07-06 23:57:32 +02:00
parent 8ea0fa46fb
commit 31c9d7ed3b
2 changed files with 19 additions and 1 deletions

View File

@ -4,6 +4,15 @@
####Version 0.11.1
* Various fixes (including crashes) for location settings
* Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge)
* Fix a rare crash when, due to bluetooth problems, a device has no name
* Fix activity fetching getting stuck when double tapping (#333)
* Mi Band: in the Device Discovery activity, do not display devices that are already paired
* Mi Band: only allow automatic reconnection on disconnect when the device was previously fully connected
* Mi Band: fix a rare crash when reading data fails due to bluetooth problems
* Mi Band: log full activity sample to help deciphering activity kinds (#341)
* Mi Band 2: improved discovery mechanism to not rely on mac addresses (#323)
* Charts: only display heart rate samples on devices that support that
* Add more logging to detect problems with external directories (#343)
####Version 0.11.0
* Pebble: new App Manager (keeps track of installed apps and allows app sorting on FW 3.x)

View File

@ -3,7 +3,16 @@
<release version="0.11.1" versioncode="57">
<change>Various fixes (including crashes) for location settings</change>
<change>Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge)</change>
</release>
<change>Fix a rare crash when, due to bluetooth problems, a device has no name</change>
<change>Fix activity fetching getting stuck when double tapping (#333)</change>
<change>Mi Band: in the Device Discovery activity, do not display devices that are already paired</change>
<change>Mi Band: only allow automatic reconnection on disconnect when the device was previously fully connected</change>
<change>Mi Band: fix a rare crash when reading data fails due to bluetooth problems</change>
<change>Mi Band: log full activity sample to help deciphering activity kinds (#341)</change>
<change>Mi Band 2: improved discovery mechanism to not rely on mac addresses (#323)</change>
<change>Charts: only display heart rate samples on devices that support that</change>
<change>Add more logging to detect problems with external directories (#343)</change>
</release>
<release version="0.11.0" versioncode="56">
<change>Pebble: new App Manager (keeps track of installed apps and allows app sorting on FW 3.x)</change>
<change>Pebble: call dismissal with canned SMS (FW 3.x)</change>