From 6b25281a71faa8b22c3da10cd6dc434b5a61e5e9 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 12 Dec 2022 16:25:04 +0100 Subject: [PATCH] draft changelog, bump version --- CHANGELOG.md | 24 ++++++++++++++++++++++++ app/build.gradle | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95fd7d646..d199250f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ ### Changelog +#### 0.72.0 (NEXT) +* Iniital support for Amazfit GTR/GTS 4 (mini) +* Initial support for Amazfit Band 7 +* Initial support for Galaxy Buds 2 +* Iniital Support for Sony WH-1000XM2/4 +* Sony Headphones: Fix setting surround mode +* Zepp OS: Map strength training, basketball and cricket activity types +* Zepp OS: Add World Clocks +* Zepp OS: Fix notification icons larger than 56x56px +* Zepp OS: Fix notification icons for work profile apps +* Zepp OS: Fix health on GTR 3/GTS 3 +* Zepp OS: Fix notification icon for SMS +* Zepp OS: Fix app and watchface install +* Zepp OS: Fix NPE when no weather data is available +* Amazfit GTR 2: Fix activate display upon lift only working when scheduled +* Bangle.js: Fix calendar sync +* InfiniTime: Fix weather +* InfiniTime: Add support for local time service +* InfiniTime: Add world clock support +* Skagen Gen 6 Hybrid HR: Add support for 38mm watches +* Complete rewrite of new device discovery +* Allow media notifications to bypass app list +* Debug Activity: Add confirmation dialog before removing device preferences + #### 0.71.3 * Fossil/Skagen Hybrids: Update known watch app versions * Skagen Hybrids: Allow firmware installation diff --git a/app/build.gradle b/app/build.gradle index 1d832a2ba..db1812a4d 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.3" - versionCode 219 + versionName "0.72.0" + versionCode 220 vectorDrawables.useSupportLibrary = true buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\"" buildConfigField "boolean", "INTERNET_ACCESS", "false"