From 5e66447788f81864678fbaac108cb2431a33e6da Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sat, 29 May 2021 17:05:11 +0200 Subject: [PATCH] bump version, update changelog --- CHANGELOG.md | 5 ++++- app/build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f28b16bd..9cc1a63d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ ### Changelog -### NEXT +### 0.57.1 * Mi Band 6: Add Pomodoro to menu items * Mi Band 6: Support flashing firmware, res and watchfaces * Mi Band 6: Enable Unicode Emoji support * Fossil Hybrid HR: Move commute actions to device specific settings +* Fossil Hybrid HR: Use Gadgetbridge App Manager (same as Pebble), allowing quick switching of watchfaces and caching apps for later re-(installation) +* Huami: Send changed weight, birthday and height data to watch immediately +* Use flexbox layout for icons in device cards, allowing line breaks for small phones ### 0.57.0 * Initial limited support for Mi Band 6 diff --git a/app/build.gradle b/app/build.gradle index 306d70ebc..6ec75334d 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.0" - versionCode 194 + versionName "0.57.1" + versionCode 195 vectorDrawables.useSupportLibrary = true } buildTypes {