From f7f0722a1fa702fbb7e1744859c1272e83c6e96b Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sat, 2 Dec 2017 21:25:09 +0100 Subject: [PATCH] bump version, add changelog --- CHANGELOG.md | 6 ++++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 5 +++++ fastlane/metadata/android/en-US/changelogs/113.txt | 5 +++++ 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/113.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f4c40660..0216a5ec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### Changelog +#### Version 0.22.5 +* Unlock Teclast H10 support using the same code as H30 +* Amazfit Bip: Fix installation of 0.1.0.11 Firmware +* Amazfit Bip/Cor: Send three days of weather forecast including (untranslated) conditions +* Workaround for a crash on Android 4.4 when connecting + #### Version 0.22.4 * Mi Band 2/Bip/Cor: Whole day HR support * Mi Band 2/Bip/Cor: Prevent writing a lot of HR samples to the database when not using the live activity feature diff --git a/app/build.gradle b/app/build.gradle index e2967aa1f..790699e9c 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.4" - versionCode 112 + versionName "0.22.5" + versionCode 113 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 5e93b37b0..68d70403b 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,10 @@ + + Unlock Teclast H10 support using the same code as H30 + Amazfit Bip: Fix installation of 0.1.0.11 Firmware + Amazfit Bip/Cor: Send three days of weather forecast including (untranslated) conditions + Workaround for a crash on Android 4.4 when connecting Mi Band 2/Bip/Cor: Whole day HR support Mi Band 2/Bip/Cor: Prevent writing a lot of HR samples to the database when not using the live activity feature diff --git a/fastlane/metadata/android/en-US/changelogs/113.txt b/fastlane/metadata/android/en-US/changelogs/113.txt new file mode 100644 index 000000000..888e41cdf --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/113.txt @@ -0,0 +1,5 @@ +#### Version 0.22.5 +* Unlock Teclast H10 support using the same code as H30 +* Amazfit Bip: Fix installation of 0.1.0.11 Firmware +* Amazfit Bip/Cor: Send three days of weather forecast including (untranslated) conditions +* Workaround for a crash on Android 4.4 when connecting