From 1efd73af5e9673a740e1954d3c678c2a65cf0718 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Tue, 5 Sep 2017 22:48:03 +0200 Subject: [PATCH] Update README and changelogs --- CHANGELOG.md | 6 +++++- README.md | 4 ++++ app/src/main/res/xml/changelog_master.xml | 14 ++++++++++++++ fastlane/metadata/android/en-US/changelogs/101.txt | 12 ++++++++++++ 4 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/101.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 4656ac9f..3bfaf57c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,17 @@ ### Changelog -#### Version 0.21.0 (next) +#### Version 0.21.0 * Initial NO.1 F1 support +* Initial Teclast H30 support * Amazfit Bip: Display GPS firmware version * Amazfit Bip: Fix E-Mail notifications * Amazfit Bip: Fix call notification with unknown caller +* Amazfit Bip: Fix crash when weather is updated and device reconnecting +* Mi2/Bip: Fix crash when synchronizing calendar to alarms * Pebble: Fix crash when takeing screenshots on Android 8.0 (Oreo) * Pebble: Support some google app icons * Pebble: try to support spotify +* Mi Band 2: Support configurable button actions * Fix language being reset to system default #### Version 0.20.2 diff --git a/README.md b/README.md index a4fbd80a..71b961fe 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ vendor's servers. * Mi Band 2 [Wiki section about mi band](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Mi-Band), some parts apply to mi band 2 as well * Amazfit Bip (WIP) [Wiki section about the Amazfit Bip](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Bip) * HPlus Devices (e.g. ZeBand) [Wiki section about this device](https://github.com/Freeyourgadget/Gadgetbridge/wiki/HPlus) +* Teclast H30 (WIP) +* NO.1 F1 (WIP) * Liveview * Vibratissimo (experimental) @@ -143,6 +145,8 @@ For more information read [this wiki article](https://github.com/Freeyourgadget/ ### Additional device support * João Paulo Barraca (HPlus) +* Vitaly Svyastyn (NO.1 F1) +* Sami Alaoui (Teclast H30) ## Contribute diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index c3230dd1..a6d9f350 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,19 @@ + + Initial NO.1 F1 support + Initial Teclast H30 support + Amazfit Bip: Display GPS firmware version + Amazfit Bip: Fix E-Mail notifications + Amazfit Bip: Fix call notification with unknown caller + Amazfit Bip: Fix crash when weather is updated and device reconnecting + Mi2/Bip: Fix crash when synchronizing calendar to alarms + Pebble: Fix crash when takeing screenshots on Android 8.0 (Oreo) + Pebble: Support some google app icons + Pebble: try to support spotify + Mi Band 2: Support configurable button actions + Fix language being reset to system default + Amazfit Bip: Various fixes regarding weather, add condition string support for FW 0.0.8.74 Amazfit Bip: enable caller display in later firmwares diff --git a/fastlane/metadata/android/en-US/changelogs/101.txt b/fastlane/metadata/android/en-US/changelogs/101.txt new file mode 100644 index 00000000..56e1a4f4 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/101.txt @@ -0,0 +1,12 @@ +* Initial NO.1 F1 support +* Initial Teclast H30 support +* Amazfit Bip: Display GPS firmware version +* Amazfit Bip: Fix E-Mail notifications +* Amazfit Bip: Fix call notification with unknown caller +* Amazfit Bip: Fix crash when weather is updated and device reconnecting +* Mi2/Bip: Fix crash when synchronizing calendar to alarms +* Pebble: Fix crash when takeing screenshots on Android 8.0 (Oreo) +* Pebble: Support some google app icons +* Pebble: try to support spotify +* Mi Band 2: Support configurable button actions +* Fix language being reset to system default