diff --git a/CHANGELOG.md b/CHANGELOG.md index fc5b11c12..0f022ea01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ ### Changelog -#### 0.48.0 (WIP) +#### 0.48.0 * Initial support for Sony SWR12 * Initial support for Lefun Smart Bands * Initial support for Nut devices * InfiniTime: Improved music support for latest firmware * Fossil Hybrid HR: Fixes and better support for newer firmwares * Fossil Hybrid HR: Debug activity for dumping and sending resources to the watch +* Huami: Improve style of sports activity lists * Add sport activity list tab in charts * Allow sharing of sports activity summaries as image (full scroll view) * Weather: Fix wind speed and direction not being passed properly diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 34f501e59..d4d5a2879 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,18 @@ + + Initial support for Sony SWR12 + Initial support for Lefun Smart Bands + Initial support for Nut devices + InfiniTime: Improved music support for latest firmware + Fossil Hybrid HR: Fixes and better support for newer firmwares + Fossil Hybrid HR: Debug activity for dumping and sending resources to the watch + Huami: Improve style of sports activity lists + Add sport activity list tab in charts + Allow sharing of sports activity summaries as image (full scroll view) + Weather: Fix wind speed and direction not being passed properly + Fix find your phone feature on Android 10 (need companion device pairing) + Amazfit Bip S: Send sunrise and sunset on latest firmware if enabled Huami: Support new firmware update protocol (fixes firmware flashing with firmware 2.1.1.50/4.1.5.55 on Amazfit Bip S) diff --git a/fastlane/metadata/android/en-US/changelogs/182.txt b/fastlane/metadata/android/en-US/changelogs/182.txt new file mode 100644 index 000000000..e714b5704 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/182.txt @@ -0,0 +1,11 @@ +* Initial support for Sony SWR12 +* Initial support for Lefun Smart Bands +* Initial support for Nut devices +* InfiniTime: Improved music support for latest firmware +* Fossil Hybrid HR: Fixes and better support for newer firmwares +* Fossil Hybrid HR: Debug activity for dumping and sending resources to the watch +* Huami: Improve style of sports activity lists +* Add sport activity list tab in charts +* Allow sharing of sports activity summaries as image (full scroll view) +* Weather: Fix wind speed and direction not being passed properly +* Fix find your phone feature on Android 10 (need companion device pairing)