From 3e030eb131f55ed6af2bee3f2a4094d5cd7c40ee Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Tue, 6 Sep 2022 16:13:47 +0200 Subject: [PATCH] draft changelog, bump version --- CHANGELOG.md | 21 +++++++++++++++++++++ app/build.gradle | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3214e25f1..0145aa7f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ ### Changelog +### 0.70.0 +* Initial support for Amazfit GTS 3 +* Initial support for Fossil Hybrid Gen6 +* Initial support for Flipper Zero +* Huami: fix default vibration pattern +* Huami: Enable vibration patterns for all compatible devices +* Huami: Improve large firmware zip file handling +* Bangle.js: Fix null pointer issue if headers not supplied for HTTP request +* Mi Band 7: Fix crash if reminder, calendar or canned messages contain non-ascii characters +* Mi Band 7: Fix NPE when acknowledging that icon was sent +* Mi Band 7: Fix and enable firmware upgrades +* Amazfit Neo: remove 1 hour heartrate interval (not supported) +* Fossil Hybrid HR: Fix watchface redraw after powersave and after wrist flick +* Make heart rate measurement intervals configurable per-device +* Add option to ignore low priority notifications +* Fix Skype notifications +* Prefer long notification text by default +* Prefer big text when scraping gmail notifications +* Do not remove newline and whitespace characters from notification content +* Debug: Add companion device list to debug activity + ### 0.69.0 * Initial Support for Mi Band 7 * Initial support for devices using Binary Sensor Service diff --git a/app/build.gradle b/app/build.gradle index 7d08dac13..8262c4188 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,8 +55,8 @@ android { multiDexEnabled true // Note: always bump BOTH versionCode and versionName! - versionName "0.69.0" - versionCode 214 + versionName "0.70.0" + versionCode 215 vectorDrawables.useSupportLibrary = true multiDexEnabled true buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""