From d65eb1eed20a9d3d07eed821b4e370381aa90a3b Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 4 Nov 2018 10:01:47 +0100 Subject: [PATCH] add fastlane and xml changelog --- CHANGELOG.md | 4 ++-- app/src/main/res/xml/changelog_master.xml | 12 ++++++++++++ fastlane/metadata/android/en-US/changelogs/139.txt | 10 ++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/139.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 49527d804..2eb250306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### Changelog -#### Version 0.31.0 (NEXT) +#### Version 0.31.0 * Pebble: Send all wearable notification actions (not only reply) * Pebble: Always allow reply action even if untested features are turned off * Pebble: Temporarily disable broken autoremove notification feature @@ -10,7 +10,7 @@ * Mi Band 3/Amazfit Bip: fix find phone crash * Prevent re-sending old notifications to the wearable * Enhancement and Fixes for Bengali Transliteration - +* Disable excessive logging in RTL support #### Version 0.30.0 * Amazfit Bip + Mi Band 3: Support for right to left display (configurable) (#976) diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 6b627f792..ff78134da 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,17 @@ + + Pebble: Send all wearable notification actions (not only reply) + Pebble: Always allow reply action even if untested features are turned off + Pebble: Temporarily disable broken autoremove notification feature + Amazfit Bip: Allow flashing latest gps firmware (Mili_dth.gps) + Mi Band 3/Amazfit Bip/Amazfit Cor: Send Fahrenheit if units are set to imperial + Roidmi 3: Fix and enable support + Mi Band 3/Amazfit Bip: fix find phone crash + Prevent re-sending old notifications to the wearable + Enhancement and Fixes for Bengali Transliteration + Disable excessive logging in RTL support + Amazfit Bip + Mi Band 3: Support for right to left display (configurable) (#976) Add Arabic, Bengali Farsi, Persian, Scandinavian transliteration diff --git a/fastlane/metadata/android/en-US/changelogs/139.txt b/fastlane/metadata/android/en-US/changelogs/139.txt new file mode 100644 index 000000000..b32bc150e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/139.txt @@ -0,0 +1,10 @@ +* Pebble: Send all wearable notification actions (not only reply) +* Pebble: Always allow reply action even if untested features are turned off +* Pebble: Temporarily disable broken autoremove notification feature +* Amazfit Bip: Allow flashing latest gps firmware (Mili_dth.gps) +* Mi Band 3/Amazfit Bip/Amazfit Cor: Send Fahrenheit if units are set to imperial +* Roidmi 3: Fix and enable support +* Mi Band 3/Amazfit Bip: fix find phone crash +* Prevent re-sending old notifications to the wearable +* Enhancement and Fixes for Bengali Transliteration +* Disable excessive logging in RTL support