From 86d3ba5bc49e123d953eadd4443d0bfe821ce15c Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Tue, 12 Jan 2021 21:31:14 +0100 Subject: [PATCH] bump version add changelogs --- CHANGELOG.md | 8 ++++---- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 11 +++++++++++ fastlane/metadata/android/en-US/changelogs/186.txt | 8 ++++++++ 4 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/186.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 229c5d44a..a330bbf9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ ### Changelog -#### NEXT +#### 0.52.0 * Amazfit Bip U Pro: Initial support * Amazfit GTS2: fix pairing * Amazfit GTS/GTR2: Fix incoming call display -* Fossil Hybrid HR: avoid unnessecary widget rendering -* A lot of Data(base) Management screen clarifications and improvemets +* Fossil Hybrid HR: avoid unnecessary widget rendering +* A lot of Data(base) Management screen clarifications and improvements * Fix a crash when when forecastConditionType length is 0 in weather notification data * Change Do Not Disturb support to allow priority notifications -* Fix problems when pariring some devices which require a pin to be entered +* Fix problems when pairing some devices which require a pin to be entered #### 0.51.0 * Amazfit Bip U: Initial support diff --git a/app/build.gradle b/app/build.gradle index 747556c19..ad2b52659 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 29 // Note: always bump BOTH versionCode and versionName! - versionName "0.51.0" - versionCode 185 + versionName "0.52.0" + versionCode 186 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 fc167ef0d..1ccf8a084 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,16 @@ + + + Amazfit Bip U Pro: Initial support + Amazfit GTS2: fix pairing + Amazfit GTS/GTR2: Fix incoming call display + Fossil Hybrid HR: avoid unnecessary widget rendering + A lot of Data(base) Management screen clarifications and improvements + Fix a crash when when forecastConditionType length is 0 in weather notification data + Change Do Not Disturb support to allow priority notifications + Fix problems when pairing some devices which require a pin to be entered + Amazfit Bip U: Initial support Amazfit Verge Lite: Initial Support diff --git a/fastlane/metadata/android/en-US/changelogs/186.txt b/fastlane/metadata/android/en-US/changelogs/186.txt new file mode 100644 index 000000000..154930810 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/186.txt @@ -0,0 +1,8 @@ +* Amazfit Bip U Pro: Initial support +* Amazfit GTS2: fix pairing +* Amazfit GTS/GTR2: Fix incoming call display +* Fossil Hybrid HR: avoid unnecessary widget rendering +* A lot of Data(base) Management screen clarifications and improvements +* Fix a crash when when forecastConditionType length is 0 in weather notification data +* Change Do Not Disturb support to allow priority notifications +* Fix problems when pairing some devices which require a pin to be entered