From 56269c5a373b52b1de5f4f767a4dd8ca4c401e8f Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 25 Sep 2017 22:22:59 +0200 Subject: [PATCH] bump version, add changelog --- CHANGELOG.md | 8 ++++++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 8 ++++++++ fastlane/metadata/android/en-US/changelogs/103.txt | 6 ++++++ 4 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/103.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 5725e3bc..d61bd2c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ### Changelog +#### Version 0.21.2 +* Amazfit Bip: Support flashing CEP and ALM files for AGPS +* Amazfit Bip: Initial experimental support for fetching logs from the watch +* Mi2/Bip: Send user info to the device (fixes calories and distance display) +* Mi2/Bip: Fix firmware update progressbar being stuck at the end +* Pebble/Bip: Support more notification icons +* Pebble: Automatically determine color for unknown notifications on Pebble Time + #### Version 0.21.1 * Initial support for EXRIZU K8 (HPLus variant) * Amazfit Bip: fix long messages not being displayed at all diff --git a/app/build.gradle b/app/build.gradle index 10ae381c..43e1ad61 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.1" - versionCode 102 + versionName "0.21.2" + versionCode 103 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 4cf3ec83..2fe026ee 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,13 @@ + + Amazfit Bip: Support flashing CEP and ALM files for AGPS + Amazfit Bip: Initial experimental support for fetching logs from the watch + Mi2/Bip: Send user info to the device (fixes calories and distance display) + Mi2/Bip: Fix firmware update progressbar being stuck at the end + Pebble/Bip: Support more notification icons + Pebble: Automatically determine color for unknown notifications on Pebble Time + Initial support for EXRIZU K8 (HPLus variant) Amazfit Bip: fix long messages not being displayed at all diff --git a/fastlane/metadata/android/en-US/changelogs/103.txt b/fastlane/metadata/android/en-US/changelogs/103.txt new file mode 100644 index 00000000..3608076b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/103.txt @@ -0,0 +1,6 @@ +* Amazfit Bip: Support flashing CEP and ALM files for AGPS +* Amazfit Bip: Initial experimental support for fetching logs from the watch +* Mi2/Bip: Send user info to the device (fixes calories and distance display) +* Mi2/Bip: Fix firmware update progressbar being stuck at the end +* Pebble/Bip: Support more notification icons +* Pebble: Automatically determine color for unknown notifications on Pebble Time