Add changelog entries
This commit is contained in:
parent
48728cbb50
commit
c2f83fa857
|
@ -2,7 +2,12 @@
|
||||||
|
|
||||||
###Version next
|
###Version next
|
||||||
* Applied some material design guidelines to Charts and (pebble) app management
|
* Applied some material design guidelines to Charts and (pebble) app management
|
||||||
* Pebble: improve compatiblity with watchapp configuration pages
|
* Changed colours: deep sleep is now dark blue, light sleep is now light blue
|
||||||
|
* Support for exporting and importing of preferences in addition to the database
|
||||||
|
* Visual improvements of the pie charts
|
||||||
|
* Pebble: improve compatibility with watch app configuration pages
|
||||||
|
* HPlus: users can now decide whether they want to pair the device or not, hopefully fixing some connection problems (#642)
|
||||||
|
* HPlus: display battery state and warn on low battery
|
||||||
|
|
||||||
###Version 0.18.4
|
###Version 0.18.4
|
||||||
* Mi Band 2: Display realtime steps in Live Activity
|
* Mi Band 2: Display realtime steps in Live Activity
|
||||||
|
|
|
@ -1,9 +1,13 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
<release version="next">
|
<release version="next">
|
||||||
<change>Applied some material design guidelines to Charts and (pebble) app management
|
<change>Applied some material design guidelines to Charts and (pebble) app management</change>
|
||||||
</change>
|
<change>Changed colours: deep sleep is now dark blue, light sleep is now light blue</change>
|
||||||
<change>Pebble: improve compatiblity with watchapp configuration pages</change>
|
<change>Support for exporting and importing of preferences in addition to the database</change>
|
||||||
|
<change>Visual improvements of the pie charts</change>
|
||||||
|
<change>Pebble: improve compatibility with watch app configuration pages</change>
|
||||||
|
<change>HPlus: users can now decide whether they want to pair the device or not, hopefully fixing some connection problems (#642)</change>
|
||||||
|
<change>HPlus: display battery state and warn on low battery</change>
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="0.18.4" versioncode="91">
|
<release version="0.18.4" versioncode="91">
|
||||||
|
|
Loading…
Reference in New Issue