Update changelog md file and bring xml file on par with it.

master
danielegobbetti 2016-03-20 18:15:45 +01:00
parent dbeded8d04
commit 4a3547228e
2 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,7 @@
####Version 0.9.0 (next)
* Pebble: Support for configuring watchfaces/apps locally (clay) or though webbrowser (some do not work)
* Pebble: hide the alarm management activity as it's unsupported
* Mi Band: Improve firmware detection and updates, including 1S support
* Mi Band: Display HR FW for 1S
* FW and HW versions are only displayed after tapping on the "info" button in Control Center

View File

@ -1,5 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.9.0" versioncode="44">
<change>Pebble: Support for configuring watchfaces/apps locally (clay) or though webbrowser (some do not work)</change>
<change>Pebble: hide the alarm management activity as it's unsupported</change>
<change>Mi Band: Improve firmware detection and updates, including 1S support</change>
<change>Mi Band: Display HR FW for 1S</change>
<change>FW and HW versions are only displayed after tapping on the "info" button in Control Center</change>
<change>Do not display activity samples when navigating too far in the past</change>
</release>
<release version="0.8.2" versioncode="43">
<change>Add experimental widget to set the alarm time to a configurable number of hours in the future</change>
<change>Use ckChangeLog to display the Changelog within Gadgetbridge</change>