diff --git a/CHANGELOG.md b/CHANGELOG.md index fbfa63550..8434cc727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ ### Changelog -#### 0.46.0 (WIP) -* Initial Support for Mi Band 5 +#### 0.46.0 +* Initial support for Mi Band 5 +* Initial support for TLW64 * Amazfit GTR/GTS: Fix broken activity data on newer firmwares +* Big refactoring of the device discovery activity (See PR #1927 description for details) * Add about screen * New icon for Amazfit Bip * Avoid duplicated entries in preferred media player selection diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 3de0836c6..d0f1defa3 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,15 @@ + + Initial support for Mi Band 5 + Initial support for TLW64 + Amazfit GTR/GTS: Fix broken activity data on newer firmwares + Big refactoring of the device discovery activity (See PR #1927 description for details) + Add about screen + New icon for Amazfit Bip + Avoid duplicated entries in preferred media player selection + Avoid a lot of crashes and improve error handling in various places + Amazfit GTR/GTS: Fix connection issue with latest firmwares (probably other Huami devices also affected) Add experimental support for TinyWeatherForecastGermany diff --git a/fastlane/metadata/android/en-US/changelogs/178.txt b/fastlane/metadata/android/en-US/changelogs/178.txt new file mode 100644 index 000000000..a850b96fc --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/178.txt @@ -0,0 +1,8 @@ +* Initial support for Mi Band 5 +* Initial support for TLW64 +* Amazfit GTR/GTS: Fix broken activity data on newer firmwares +* Big refactoring of the device discovery activity (See PR #1927 description for details) +* Add about screen +* New icon for Amazfit Bip +* Avoid duplicated entries in preferred media player selection +* Avoid a lot of crashes and improve error handling in various places