Reword changelog and add versioncode to xml
This commit is contained in:
parent
a6059a5ce2
commit
6c38c6bb79
|
@ -6,7 +6,7 @@
|
||||||
* Add workaround for blacklist not properly persisting
|
* Add workaround for blacklist not properly persisting
|
||||||
* Handle resetting language to default properly
|
* Handle resetting language to default properly
|
||||||
* Pebble: Pass booleans from Javascript Appmessage correctly
|
* 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
|
* Add greek transliteration support
|
||||||
* Various visual improvements to charts
|
* Various visual improvements to charts
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,15 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
<release version="0.20.0">
|
<release
|
||||||
|
version="0.20.0"
|
||||||
|
versioncode="98">
|
||||||
<change>Inital Amazfit Bip support (WIP)</change>
|
<change>Inital Amazfit Bip support (WIP)</change>
|
||||||
<change>Various theming fixes</change>
|
<change>Various theming fixes</change>
|
||||||
<change>Add workaround for blacklist not properly persisting</change>
|
<change>Add workaround for blacklist not properly persisting</change>
|
||||||
<change>Handle resetting language to default properly</change>
|
<change>Handle resetting language to default properly</change>
|
||||||
<change>Pebble: Pass booleans from Javascript Appmessage correctly</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>Add greek transliteration support</change>
|
||||||
<change>Various visual improvements to charts</change>
|
<change>Various visual improvements to charts</change>
|
||||||
</release>
|
</release>
|
||||||
|
|
Loading…
Reference in New Issue