diff --git a/CHANGELOG.md b/CHANGELOG.md index 954520faf..2c9b9b927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ #### 0.47.0 (NEXT) * Initial experimental support for Pinetime-JF (not yet usable) -* HPlus; Recognize Lemfo SG2 +* HPlus: Recognize Lemfo SG2 * Huami: Support events forwarding via intents or direct triggering of certain actions (eg. stop music when fall asleep) * Huami: Add Sports Activity Detail screen from decoded sports summary values * Huami: Recogize and decode lot more activity (workout) types diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index d0f1defa3..c4e3d8dc0 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,16 @@ + + Initial experimental support for Pinetime-JF (not yet usable) + HPlus: Recognize Lemfo SG2 + Huami: Support events forwarding via intents or direct triggering of certain actions (eg. stop music when fall asleep) + Huami: Add Sports Activity Detail screen from decoded sports summary values + Huami: Recogize and decode lot more activity (workout) types + Add Sports Activity Summary filtering and statistics + Many icons have been re-drawn as vectors, also several new device and sports activity icons added + Many improvements to the Bluetooth discovery and scanning + Fix crash when opening GPX files + Initial support for Mi Band 5 Initial support for TLW64 diff --git a/fastlane/metadata/android/en-US/changelogs/179.txt b/fastlane/metadata/android/en-US/changelogs/179.txt new file mode 100644 index 000000000..4c3be741f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/179.txt @@ -0,0 +1,9 @@ +* Initial experimental support for Pinetime-JF (not yet usable) +* HPlus; Recognize Lemfo SG2 +* Huami: Support events forwarding via intents or direct triggering of certain actions (eg. stop music when fall asleep) +* Huami: Add Sports Activity Detail screen from decoded sports summary values +* Huami: Recogize and decode lot more activity (workout) types +* Add Sports Activity Summary filtering and statistics +* Many icons have been re-drawn as vectors, also several new device and sports activity icons added +* Many improvements to the Bluetooth discovery and scanning +* Fix crash when opening GPX files