From df44b798c91d832d1ae05821c860decc5ba8ac93 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 13 Jun 2021 23:25:43 +0200 Subject: [PATCH] update changelogs --- CHANGELOG.md | 6 +++--- app/src/main/res/xml/changelog_master.xml | 8 ++++++++ fastlane/metadata/android/en-US/changelogs/196.txt | 6 ++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/196.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 0beb0f3cc..649f6e685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ ### Changelog -### 0.58.0 (NEXT) +### 0.58.0 * Initial experimental support for Amazfit T-Rex Pro -* InfiniTime: Try to fix firmware upgrage by fiddleing with optimization rules +* InfiniTime: Try to fix firmware upgrade by fiddling with optimization rules * Huami: Fix lost samples bug with timezones that are have a 30 minute offset * Fossil Hybrid HR: Block dangerous intents by default and move some settings to developer settings submenu * Improved logging in bonding and tried to recover from weirdness -* Use a seperate notification channel for low battery warnings +* Use a separate notification channel for low battery warnings ### 0.57.1 * Mi Band 6: Add Pomodoro to menu items diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index cbc1b5c1b..5204e878c 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,13 @@ + + Initial experimental support for Amazfit T-Rex Pro + InfiniTime: Try to fix firmware upgrade by fiddling with optimization rules + Huami: Fix lost samples bug with timezones that are have a 30 minute offset + Fossil Hybrid HR: Block dangerous intents by default and move some settings to developer settings submenu + Improved logging in bonding and tried to recover from weirdness + Use a separate notification channel for low battery warnings + Mi Band 6: Add Pomodoro to menu items Mi Band 6: Support flashing firmware, res and watchfaces diff --git a/fastlane/metadata/android/en-US/changelogs/196.txt b/fastlane/metadata/android/en-US/changelogs/196.txt new file mode 100644 index 000000000..b32047dd8 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/196.txt @@ -0,0 +1,6 @@ +* Initial experimental support for Amazfit T-Rex Pro +* InfiniTime: Try to fix firmware upgrade by fiddling with optimization rules +* Huami: Fix lost samples bug with timezones that are have a 30 minute offset +* Fossil Hybrid HR: Block dangerous intents by default and move some settings to developer settings submenu +* Improved logging in bonding and tried to recover from weirdness +* Use a separate notification channel for low battery warnings