mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
Add xml changelog and fastlane
This commit is contained in:
parent
3bf8fb5e9d
commit
78da4221ab
@ -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
|
||||
|
@ -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>
|
||||
|
14
fastlane/metadata/android/en-US/changelogs/173.txt
Normal file
14
fastlane/metadata/android/en-US/changelogs/173.txt
Normal 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)
|
Loading…
Reference in New Issue
Block a user