1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-09 06:38:01 +02:00

Add xml changelog and fastlane

This commit is contained in:
Andreas Shimokawa 2020-05-06 15:12:42 +02:00
parent 3bf8fb5e9d
commit 78da4221ab
3 changed files with 35 additions and 4 deletions

View File

@ -1,16 +1,16 @@
### Changelog
#### Version 0.44.0 (WIP)
#### Version 0.44.0
* Initial support for WatchX(Plus)
* Add support for Amazfit GTR Lite (untested and incomplete)
* Fossil Hybrid HR: Fix some issues with custon widgets
* Fossil Hybrid HR: Fix some issues with custom widgets
* Fossil Hybrid HR: Allow setting alarm titles and descriptions
* Fossil Hybrid HR: Fix step data parsing
* Amazfit GTS: Fix setting menu items with low MTU
* Amazfit GTR: Allow setting menu itdem like GTS
* Amazfit GTR: Allow setting menu item like GTS
* ZeTime: Support setting the watch language
* ZeTime: Support rejecting calls
* ZeTime: Try to fix weather conditions on newer firmwares
* ZeTime: Try to fix weather conditions on newer firmware
* ZeTime: Fix could not synchronize calendar on connect
* ZeTime: Fix calendar event time and date
* ZeTime: Send up to 16 upcoming calendar events on connect if option is enabled

View File

@ -1,5 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
</change>
<release version="0.44.0" versioncode="173">
<change>Initial support for WatchX(Plus)</change>
<change>Add support for Amazfit GTR Lite (untested and incomplete)</change>
<change>Fossil Hybrid HR: Fix some issues with custom widgets</change>
<change>Fossil Hybrid HR: Allow setting alarm titles and descriptions</change>
<change>Fossil Hybrid HR: Fix step data parsing</change>
<change>Amazfit GTS: Fix setting menu items with low MTU</change>
<change>Amazfit GTR: Allow setting menu item like GTS</change>
<change>ZeTime: Support setting the watch language</change>
<change>ZeTime: Support rejecting calls</change>
<change>ZeTime: Try to fix weather conditions on newer firmware</change>
<change>ZeTime: Fix could not synchronize calendar on connect</change>
<change>ZeTime: Fix calendar event time and date</change>
<change>ZeTime: Send up to 16 upcoming calendar events on connect if option is enabled</change>
<change>Allow set light/dark theme according to system settings (new default)</change>
</release>
<release version="0.43.3" versioncode="172">
<change>Fossil Hybrid HR: Initial support for activity tracking (no sleep yet)</change>
<change>Fossil Hybrid HR: Support setting alarms on newer firmware</change>

View File

@ -0,0 +1,14 @@
* Initial support for WatchX(Plus)
* Add support for Amazfit GTR Lite (untested and incomplete)
* Fossil Hybrid HR: Fix some issues with custom widgets
* Fossil Hybrid HR: Allow setting alarm titles and descriptions
* Fossil Hybrid HR: Fix step data parsing
* Amazfit GTS: Fix setting menu items with low MTU
* Amazfit GTR: Allow setting menu item like GTS
* ZeTime: Support setting the watch language
* ZeTime: Support rejecting calls
* ZeTime: Try to fix weather conditions on newer firmware
* ZeTime: Fix could not synchronize calendar on connect
* ZeTime: Fix calendar event time and date
* ZeTime: Send up to 16 upcoming calendar events on connect if option is enabled
* Allow set light/dark theme according to system settings (new default)