diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e9adf892..14baf4985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ### Changelog -#### Version 0.43.0 (WIP) +#### Version 0.43.0 * Initial support for Fossil Hybrid HR (needs complicated key extraction, read wiki) * Fossil: Allow switching off the Q Icon and use the default Gadgetbridge icon * Fix VoIP call handling during DND diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 5f6349d9b..ed8f95ab3 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,13 @@ + + Initial support for Fossil Hybrid HR (needs complicated key extraction, read wiki) + Fossil: Allow switching off the Q Icon and use the default Gadgetbridge icon + Fix VoIP call handling during DND + Fix find-my-phone for Android 10 + Huami: Fix crash when calendar event desctription or title was null + Huami: Igore all-day events when syncing calendar events + Fix accepting/rejecting calls on Android 9 Mi Band 3/4, Amazfit Bip/Cor/GTS/GTR: Option to sync calender events as reminder diff --git a/fastlane/metadata/android/en-US/changelogs/169.txt b/fastlane/metadata/android/en-US/changelogs/169.txt new file mode 100644 index 000000000..88e4575e0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/169.txt @@ -0,0 +1,6 @@ +* Initial support for Fossil Hybrid HR (needs complicated key extraction, read wiki) +* Fossil: Allow switching off the Q Icon and use the default Gadgetbridge icon +* Fix VoIP call handling during DND +* Fix find-my-phone for Android 10 +* Huami: Fix crash when calendar event desctription or title was null +* Huami: Igore all-day events when syncing calendar events