update changelogs

This commit is contained in:
Andreas Shimokawa 2021-07-24 12:53:11 +02:00
parent 26a928be75
commit 090c14d1e9
3 changed files with 17 additions and 1 deletions

View File

@ -1,11 +1,12 @@
### Changelog
### 0.59.0 (NEXT)
### 0.59.0
* Initial support for SMA Q2 OSS firmware (Emeryth)
* Fix broken UM25 support
* Fossil Hybrid HR: Add watchface designer
* use '_' instead ':' in exported and imported file names to fix problems with some Android versions
* Fix applying theme as set by the system
* Try to improve behavior when quitting Gadgetbridge
### 0.58.2
* InfiniTime: Support notification for battery level

View File

@ -1,5 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
</change>
<release version="0.59.0" versioncode="199">
<change>Initial support for SMA Q2 OSS firmware (Emeryth)</change>
<change>Fix broken UM25 support</change>
<change>Fossil Hybrid HR: Add watchface designer</change>
<change>use '_' instead ':' in exported and imported file names to fix problems with some Android versions</change>
<change>Fix applying theme as set by the system</change>
<change>Try to improve behavior when quitting Gadgetbridge</change>
</release>
<release version="0.58.2" versioncode="198">
<change>InfiniTime: Support notification for battery level</change>
<change>Allow importing GPX tracks via Android Intent/Share system</change>

View File

@ -0,0 +1,6 @@
* Initial support for SMA Q2 OSS firmware (Emeryth)
* Fix broken UM25 support
* Fossil Hybrid HR: Add watchface designer
* use '_' instead ':' in exported and imported file names to fix problems with some Android versions
* Fix applying theme as set by the system
* Try to improve behavior when quitting Gadgetbridge