From 54231ba490f383fc12a78737adb16baa058ad262 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 15 Oct 2017 22:29:35 +0200 Subject: [PATCH] update changelogs, bump version --- CHANGELOG.md | 6 ++++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 6 ++++++ fastlane/metadata/android/en-US/changelogs/107.txt | 4 ++++ 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/107.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c3f6d8b6..24db62986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### Changelog +#### Version 0.21.6 +* Amazfit Bip: Fix non-working notifications from Outlook, Yahoo Mail and GMail +* HPlus: Fix Unicode encoding +* No.1 F1: Alarms support +* No.1 F1: Show data fetching progress + #### Version 0.21.5 * Mi2/Bip: Support setting distance units (metric/imperial) diff --git a/app/build.gradle b/app/build.gradle index 5f52dacf7..ddb0a439c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { targetSdkVersion 25 // note: always bump BOTH versionCode and versionName! - versionName "0.21.5" - versionCode 106 + versionName "0.21.6" + versionCode 107 vectorDrawables.useSupportLibrary = true } buildTypes { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 17d93f446..6db45bc70 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,11 @@ + + Amazfit Bip: Fix non-working notifications from Outlook, Yahoo Mail and GMail + HPlus: Fix Unicode encoding + No.1 F1: Alarms support + No.1 F1: Show data fetching progress + Mi2/Bip: Support setting distance units (metric/imperial) diff --git a/fastlane/metadata/android/en-US/changelogs/107.txt b/fastlane/metadata/android/en-US/changelogs/107.txt new file mode 100644 index 000000000..1d23aea6f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/107.txt @@ -0,0 +1,4 @@ +* Amazfit Bip: Fix non-working notifications from Outlook, Yahoo Mail and GMail +* HPlus: Fix Unicode encoding +* No.1 F1: Alarms support +* No.1 F1: Show data fetching progress