Reword changelog and add versioncode to xml

master
Daniele Gobbetti 2017-08-17 18:18:16 +02:00
parent a6059a5ce2
commit 6c38c6bb79
2 changed files with 6 additions and 3 deletions

View File

@ -6,7 +6,7 @@
* Add workaround for blacklist not properly persisting
* Handle resetting language to default properly
* Pebble: Pass booleans from Javascript Appmessage correctly
* Pebble: Use iframe for clay configuration webpages
* Pebble: Make local configuration pages work on most recent webview implementation
* Add greek transliteration support
* Various visual improvements to charts

View File

@ -1,12 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.20.0">
<release
version="0.20.0"
versioncode="98">
<change>Inital Amazfit Bip support (WIP)</change>
<change>Various theming fixes</change>
<change>Add workaround for blacklist not properly persisting</change>
<change>Handle resetting language to default properly</change>
<change>Pebble: Pass booleans from Javascript Appmessage correctly</change>
<change>Pebble: Use iframe for clay configuration webpages</change>
<change>Pebble: Make local configuration pages work on most recent webview implementation
</change>
<change>Add greek transliteration support</change>
<change>Various visual improvements to charts</change>
</release>