From 119fb456f95774d43508be30835fd7bd4a5b72fd Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 29 Jun 2020 22:47:39 +0200 Subject: [PATCH] add fastlane and xml changelog --- CHANGELOG.md | 3 ++- app/src/main/res/xml/changelog_master.xml | 10 ++++++++++ fastlane/metadata/android/en-US/changelogs/176.txt | 8 ++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/176.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 787e5d200..1d85c2af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### Changelog -#### 0.45.0 (WIP) + +#### 0.45.0 * Initial support for Amazfit T-Rex * Amazfit Bip S: Support installation of latest .res * Amazfit Bip S: Support longer notification messages diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 0f906fd81..f4d1aeb5e 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 Amazfit T-Rex + Amazfit Bip S: Support installation of latest .res + Amazfit Bip S: Support longer notification messages + Huami: Limit weather forecast to 7 days to fix problems with weather notificaon 0.3.11 + Huami: Improve music playback information + Huami: Ensure cutting strings on UTF-8 border + Stop incoming call notification when VoIP calls are missed + Fix a crash when with Farsi translation + Huami: Support flashing newer GPS firmware and GPS ALM Amazfit Bip S: Support music control diff --git a/fastlane/metadata/android/en-US/changelogs/176.txt b/fastlane/metadata/android/en-US/changelogs/176.txt new file mode 100644 index 000000000..2e6534524 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/176.txt @@ -0,0 +1,8 @@ +* Initial support for Amazfit T-Rex +* Amazfit Bip S: Support installation of latest .res +* Amazfit Bip S: Support longer notification messages +* Huami: Limit weather forecast to 7 days to fix problems with weather notificaon 0.3.11 +* Huami: Improve music playback information +* Huami: Ensure cutting strings on UTF-8 border +* Stop incoming call notification when VoIP calls are missed +* Fix a crash when with Farsi translation