From 73b2be6da817dd960d65695650cd1c9aa8d4a466 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 13 Sep 2020 19:41:24 +0200 Subject: [PATCH] add fastlane and xml changelog --- CHANGELOG.md | 7 ++++--- app/src/main/res/xml/changelog_master.xml | 10 ++++++++++ fastlane/metadata/android/en-US/changelogs/180.txt | 8 ++++++++ 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/180.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 184a74e0d..84d0191fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ ### Changelog -#### 0.47.1 (WIP) +#### 0.47.1 * Huami: Add new activity types found in recent Bip S firmware * Huami: Many improvements to the activity summary view, including a global view for all devices, filtering per activity type and much more -* Huami: Prevent generating broken elevation data when they are not sent by the device. +* Huami: Prevent generating broken elevation data when they are not sent by the device * Amazfit Bip S: Allow flashing more font files and GPS almanac (only cep worked before) -* Pinetime-JF: Recognize device if it annouces itself as InfiniTime +* Pinetime-JF: Recognize device if it announces itself as InfiniTime * ZeTime: Fix weather forecast icons on older firmwares, try to send weather even if no firmware version was detected +* HPlus: Improve Unicode, notification lenth and weather support * Fix warnings and colors for AboutScreen #### 0.47.0 diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 9200b31df..cc2d68b90 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,15 @@ + + Huami: Add new activity types found in recent Bip S firmware + Huami: Many improvements to the activity summary view, including a global view for all devices, filtering per activity type and much more + Huami: Prevent generating broken elevation data when they are not sent by the device + Amazfit Bip S: Allow flashing more font files and GPS almanac (only cep worked before) + Pinetime-JF: Recognize device if it announces itself as InfiniTime + ZeTime: Fix weather forecast icons on older firmwares, try to send weather even if no firmware version was detected + HPlus: Improve Unicode, notification lenth and weather support + Fix warnings and colors for AboutScreen + Initial experimental support for Pinetime-JF (not yet usable) HPlus: Recognize Lemfo SG2 diff --git a/fastlane/metadata/android/en-US/changelogs/180.txt b/fastlane/metadata/android/en-US/changelogs/180.txt new file mode 100644 index 000000000..848e7f6fb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/180.txt @@ -0,0 +1,8 @@ +* Huami: Add new activity types found in recent Bip S firmware +* Huami: Many improvements to the activity summary view, including a global view for all devices, filtering per activity type and much more +* Huami: Prevent generating broken elevation data when they are not sent by the device +* Amazfit Bip S: Allow flashing more font files and GPS almanac (only cep worked before) +* Pinetime-JF: Recognize device if it announces itself as InfiniTime +* ZeTime: Fix weather forecast icons on older firmwares, try to send weather even if no firmware version was detected +* HPlus: Improve Unicode, notification lenth and weather support +* Fix warnings and colors for AboutScreen