From 0b9bf561dc8eefa5b08aabfa2fc4f5a585d897c5 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Thu, 9 Nov 2017 22:59:15 +0100 Subject: [PATCH] bump version, add changelog --- CHANGELOG.md | 5 +++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 5 +++++ fastlane/metadata/android/en-US/changelogs/111.txt | 3 +++ 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/111.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 122f119ae..40b10e5f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Changelog +#### Version 0.22.3 +* Amazfit Bip: Allow flashing watchfaces +* Amazfit Cor: Fix flashing new .res files +* Mi Band 2/HRX/Bip/Cor: Try to fix stuck activity sync + #### Version 0.22.2 * Charts: Add setting to disable swiping charts left/right and some UI changes * Pebble: Use the configured unit system also for system weather app diff --git a/app/build.gradle b/app/build.gradle index 8ec83915e..fd5944779 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.22.2" - versionCode 110 + versionName "0.22.3" + versionCode 111 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 1c992e522..645396b52 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,10 @@ + + Amazfit Bip: Allow flashing watchfaces + Amazfit Cor: Fix flashing new .res files + Mi Band 2/HRX/Bip/Cor: Try to fix stuck activity sync + Charts: Add setting to disable swiping charts left/right and some UI changes Pebble: Use the configured unit system also for system weather app diff --git a/fastlane/metadata/android/en-US/changelogs/111.txt b/fastlane/metadata/android/en-US/changelogs/111.txt new file mode 100644 index 000000000..a24ee1b64 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/111.txt @@ -0,0 +1,3 @@ +* Amazfit Bip: Allow flashing watchfaces +* Amazfit Cor: Fix flashing new .res files +* Mi Band 2/HRX/Bip/Cor: Try to fix stuck activity sync