From 76cd464fae036510b88635c1573e9b4a923b053b Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 22 Sep 2019 21:54:13 +0200 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/157.txt | 3 +++ 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/157.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be97c203..9cdd536f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Changelog +#### Version 0.36.2 +* Amazfit Bip: Untested support for Lite variant +* Force Lineage OS to ask for permission when Trust is used to fix non-working incoming calls +* Charts: List multiple sleep sessions per day + #### Version 0.36.1 * Mi Band 2/3/4, Amazfit Bip/Cor: Add setting to expose the HR sensor to 3rd party apps * Mi Band 4: Really fix weather location not being updated on the Band diff --git a/app/build.gradle b/app/build.gradle index aac40c5b0..860c14d81 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.36.1" - versionCode 156 + versionName "0.36.2" + versionCode 157 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 d3706aeef..e5d36351c 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: Untested support for Lite variant + Force Lineage OS to ask for permission when Trust is used to fix non-working incoming calls + Charts: List multiple sleep sessions per day + Mi Band 2/3/4, Amazfit Bip/Cor: Add setting to expose the HR sensor to 3rd party apps Mi Band 4: Really fix weather location not being updated on the Band diff --git a/fastlane/metadata/android/en-US/changelogs/157.txt b/fastlane/metadata/android/en-US/changelogs/157.txt new file mode 100644 index 000000000..ccefaea14 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/157.txt @@ -0,0 +1,3 @@ +* Amazfit Bip: Untested support for Lite variant +* Force Lineage OS to ask for permission when Trust is used to fix non-working incoming calls +* Charts: List multiple sleep sessions per day