From 7d516a9c966d25f9ae42b08ff36fb2f4c15b8ac1 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Wed, 5 Oct 2022 11:58:51 +0200 Subject: [PATCH] update changelog and version --- CHANGELOG.md | 6 ++++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 6 ++++++ src/main/fastlane/metadata/android/en-US/changelogs/217.txt | 4 ++++ 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 src/main/fastlane/metadata/android/en-US/changelogs/217.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a710f487..bd6a0896b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### Changelog +### 0.71.1 +* Try to exclude non-free stuff from shortcuts library (#2918) +* SuperCars: fix periodicDataSender, add tricks +* Zepp OS: Fix crash when user attempts to disable Settings display item +* Fix crash when opening Gadgetbridge from the notification + ### 0.71.0 * Remove KitKat support, Gadgetbridge now requires Android 5.0 * Initial support for Amazfit GTR 3 diff --git a/app/build.gradle b/app/build.gradle index f594e43be..4579c9c3d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,8 +55,8 @@ android { targetSdkVersion 29 // Note: always bump BOTH versionCode and versionName! - versionName "0.71.0" - versionCode 216 + versionName "0.71.1" + versionCode 217 vectorDrawables.useSupportLibrary = true buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\"" buildConfigField "boolean", "INTERNET_ACCESS", "false" diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 5481fafe5..400259091 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,11 @@ + + Try to exclude non-free stuff from shortcuts library (#2918) + SuperCars: fix periodicDataSender, add tricks + Zepp OS: Fix crash when user attempts to disable Settings display item + Fix crash when opening Gadgetbridge from the notification + Remove KitKat support, Gadgetbridge now requires Android 5.0 Initial support for Amazfit GTR 3 diff --git a/src/main/fastlane/metadata/android/en-US/changelogs/217.txt b/src/main/fastlane/metadata/android/en-US/changelogs/217.txt new file mode 100644 index 000000000..627348415 --- /dev/null +++ b/src/main/fastlane/metadata/android/en-US/changelogs/217.txt @@ -0,0 +1,4 @@ +* Try to exclude non-free stuff from shortcuts library (#2918) +* SuperCars: fix periodicDataSender, add tricks +* Zepp OS: Fix crash when user attempts to disable Settings display item +* Fix crash when opening Gadgetbridge from the notification