mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 01:25:50 +01:00
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
|
||||
* 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
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user