From f89fcee0b2f3201afe0de651256ff25826e7715b Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 14 Mar 2021 22:26:22 +0100 Subject: [PATCH] finalize changelog --- CHANGELOG.md | 4 +++- app/src/main/res/xml/changelog_master.xml | 12 ++++++++++++ fastlane/metadata/android/en-US/191.txt | 10 ++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/191.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index a4c55167f..6c6b53ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ ### Changelog -#### 0.56.0 (NEXT) +#### 0.56.0 * Initial support for UM25 voltage meters * Pebble: Remove read/dismissed notifications on watch (can be disabled) * Fossil Hybrid HR: Remove read/dismissed notifications on watch (can be disabled) * Fossil Hybrid HR: Fixes for running firmware DN1.0.2.20 or newer (disable widget features, currently not supported) * Fossil Hybrid HR: Fix up/back navigation and add titles to Fossil specific menus +* Huami: Fix displaying title for calendar events +* Use requestLegacyExternalStorage in manifest to fix file access problems in some Android 10 roms * Add chart to each item in activity list * Add scroll view to activity detail to handle landscape view * Add header title to activity detail diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 5d6a41665..e6fc60a3c 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,17 @@ + + Initial support for UM25 voltage meters + Pebble: Remove read/dismissed notifications on watch (can be disabled) + Fossil Hybrid HR: Remove read/dismissed notifications on watch (can be disabled) + Fossil Hybrid HR: Fixes for running firmware DN1.0.2.20 or newer (disable widget features, currently not supported) + Fossil Hybrid HR: Fix up/back navigation and add titles to Fossil specific menus + Huami: Fix displaying title for calendar events + Use requestLegacyExternalStorage in manifest to fix file access problems in some Android 10 roms + Add chart to each item in activity list + Add scroll view to activity detail to handle landscape view + Add header title to activity detail + InfiniTime: Fix music control for newer firmware releases InfiniTime: Support call control and notification diff --git a/fastlane/metadata/android/en-US/191.txt b/fastlane/metadata/android/en-US/191.txt new file mode 100644 index 000000000..2a22abfc6 --- /dev/null +++ b/fastlane/metadata/android/en-US/191.txt @@ -0,0 +1,10 @@ +* Initial support for UM25 voltage meters +* Pebble: Remove read/dismissed notifications on watch (can be disabled) +* Fossil Hybrid HR: Remove read/dismissed notifications on watch (can be disabled) +* Fossil Hybrid HR: Fixes for running firmware DN1.0.2.20 or newer (disable widget features, currently not supported) +* Fossil Hybrid HR: Fix up/back navigation and add titles to Fossil specific menus +* Huami: Fix displaying title for calendar events +* Use requestLegacyExternalStorage in manifest to fix file access problems in some Android 10 roms +* Add chart to each item in activity list +* Add scroll view to activity detail to handle landscape view +* Add header title to activity detail