mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-05 01:37:03 +01:00
Updated changelog for 0.11.1
This commit is contained in:
parent
8d2e7ac888
commit
563af6d017
@ -4,6 +4,15 @@
|
|||||||
####Version 0.11.1
|
####Version 0.11.1
|
||||||
* Various fixes (including crashes) for location settings
|
* Various fixes (including crashes) for location settings
|
||||||
* Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge)
|
* 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
|
####Version 0.11.0
|
||||||
* Pebble: new App Manager (keeps track of installed apps and allows app sorting on FW 3.x)
|
* Pebble: new App Manager (keeps track of installed apps and allows app sorting on FW 3.x)
|
||||||
|
@ -3,6 +3,15 @@
|
|||||||
<release version="0.11.1" versioncode="57">
|
<release version="0.11.1" versioncode="57">
|
||||||
<change>Various fixes (including crashes) for location settings</change>
|
<change>Various fixes (including crashes) for location settings</change>
|
||||||
<change>Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge)</change>
|
<change>Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge)</change>
|
||||||
|
<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>
|
||||||
<release version="0.11.0" versioncode="56">
|
<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: new App Manager (keeps track of installed apps and allows app sorting on FW 3.x)</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user