diff --git a/CHANGELOG.md b/CHANGELOG.md index 8212c923d..1a699666f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index a0891202b..b64099cd8 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,22 @@ + + + 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) + Fossil Hybrid HR: Initial support for activity tracking (no sleep yet) Fossil Hybrid HR: Support setting alarms on newer firmware diff --git a/fastlane/metadata/android/en-US/changelogs/173.txt b/fastlane/metadata/android/en-US/changelogs/173.txt new file mode 100644 index 000000000..5229f435d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/173.txt @@ -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)