From bcf509327e90949bfeb396dd121d209f5a27ed05 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Wed, 5 Jun 2019 18:11:55 +0200 Subject: [PATCH] bump version, add changelog --- CHANGELOG.md | 6 ++++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 7 +++++++ fastlane/metadata/android/en-US/changelogs/150.txt | 4 ++++ 4 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/150.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 7775eeb2d..637ce3754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### Changelog +#### Version 0.34.0 +* Mi Band 1/2/3/Bip/Cor: Migrate many settings to per-device settings (new settings icon in device card in main activity) +* Amazfit Bip/Cor, Casio: Add support for muting incoming calls +* ZeTime: Remove endless recursion in ZeTime settings +* Recognize FairEmail notifications as generic email notifications + #### Version 0.33.1 * Mi Band 3: Recognize "Xiaomi Band 3" * Amazfit Bip: Add German, Italian, French and Turkish to language settings diff --git a/app/build.gradle b/app/build.gradle index df1437734..566b274e7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 27 // Note: always bump BOTH versionCode and versionName! - versionName "0.33.1" - versionCode 149 + versionName "0.34.0" + versionCode 150 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 11f5c9c7e..e8ac2681e 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,12 @@ + + + Mi Band 1/2/3/Bip/Cor: Migrate many settings to per-device settings (new settings icon in device card in main activity) + Amazfit Bip/Cor, Casio: Add support for muting incoming calls + ZeTime: Remove endless recursion in ZeTime settings + Recognize FairEmail notifications as generic email notifications + Mi Band 3: Recognize "Xiaomi Band 3" Amazfit Bip: Add German, Italian, French and Turkish to language settings diff --git a/fastlane/metadata/android/en-US/changelogs/150.txt b/fastlane/metadata/android/en-US/changelogs/150.txt new file mode 100644 index 000000000..0f999bd14 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/150.txt @@ -0,0 +1,4 @@ +* Mi Band 1/2/3/Bip/Cor: Migrate many settings to per-device settings (new settings icon in device card in main activity) +* Amazfit Bip/Cor, Casio: Add support for muting incoming calls +* ZeTime: Remove endless recursion in ZeTime settings +* Recognize FairEmail notifications as generic email notifications