From d61b278cf920474f4cd4020f38774fc28522b2af Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Wed, 27 May 2020 11:04:57 +0200 Subject: [PATCH] prepare changelog --- CHANGELOG.md | 8 ++++++++ app/src/main/res/xml/changelog_master.xml | 8 ++++++++ fastlane/metadata/android/en-US/changelogs/174.txt | 6 ++++++ 3 files changed, 22 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/174.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a699666f..278dd346d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ### Changelog +#### Version 0.44.1 +* Amazfit Bip S: Support setting shortcuts +* Amazfit Bip S: Fix setting display items +* Amazfit Bip S: Fix incoming call notification +* Huami: Fix menu items vanishing from the device when they were never configured through Gadgetbridge +* Lenovo Watch9: Fix launch of wrong calibration activity +* Reduce calls to onSetMusicInfo/onSetMusicState when playing music + #### Version 0.44.0 * Initial support for WatchX(Plus) * Add support for Amazfit GTR Lite (untested and incomplete) diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 430f58c5e..bd0913366 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,13 @@ + + Amazfit Bip S: Support setting shortcuts + Amazfit Bip S: Fix setting display items + Amazfit Bip S: Fix incoming call notification + Huami: Fix menu items vanishing from the device when they were never configured through Gadgetbridge + Lenovo Watch9: Fix launch of wrong calibration activity + Reduce calls to onSetMusicInfo/onSetMusicState when playing music + Initial support for WatchX(Plus) Add support for Amazfit GTR Lite (untested and incomplete) diff --git a/fastlane/metadata/android/en-US/changelogs/174.txt b/fastlane/metadata/android/en-US/changelogs/174.txt new file mode 100644 index 000000000..2beee0e57 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/174.txt @@ -0,0 +1,6 @@ +* Amazfit Bip S: Support setting shortcuts +* Amazfit Bip S: Fix setting display items +* Amazfit Bip S: Fix incoming call notification +* Huami: Fix menu items vanishing from the device when they were never configured through Gadgetbridge +* Lenovo Watch9: Fix launch of wrong calibration activity +* Reduce calls to onSetMusicInfo/onSetMusicState when playing music