From f328f8039404e4506acbadc3a27962ac2f37e656 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 13 Jun 2021 15:38:57 +0200 Subject: [PATCH] bump version, draft changelog --- CHANGELOG.md | 8 ++++++++ app/build.gradle | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cc1a63d3..0beb0f3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ### Changelog +### 0.58.0 (NEXT) +* Initial experimental support for Amazfit T-Rex Pro +* InfiniTime: Try to fix firmware upgrage by fiddleing with optimization rules +* Huami: Fix lost samples bug with timezones that are have a 30 minute offset +* Fossil Hybrid HR: Block dangerous intents by default and move some settings to developer settings submenu +* Improved logging in bonding and tried to recover from weirdness +* Use a seperate notification channel for low battery warnings + ### 0.57.1 * Mi Band 6: Add Pomodoro to menu items * Mi Band 6: Support flashing firmware, res and watchfaces diff --git a/app/build.gradle b/app/build.gradle index 6ec75334d..ea1a4466d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { multiDexEnabled true // Note: always bump BOTH versionCode and versionName! - versionName "0.57.1" - versionCode 195 + versionName "0.58.0" + versionCode 196 vectorDrawables.useSupportLibrary = true } buildTypes {