From 9c5db7acfd6729cd965a457c5ffecfa67aca6f8f Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sat, 13 Mar 2021 14:21:45 +0100 Subject: [PATCH] bump version, draft changelog --- CHANGELOG.md | 10 ++++++++++ app/build.gradle | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d9c4ccd..a4c55167f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ### Changelog +#### 0.56.0 (NEXT) +* Initial support for UM25 voltage meters +* Pebble: Remove read/dismissed notifications on watch (can be disabled) +* Fossil Hybrid HR: Remove read/dismissed notifications on watch (can be disabled) +* Fossil Hybrid HR: Fixes for running firmware DN1.0.2.20 or newer (disable widget features, currently not supported) +* Fossil Hybrid HR: Fix up/back navigation and add titles to Fossil specific menus +* Add chart to each item in activity list +* Add scroll view to activity detail to handle landscape view +* Add header title to activity detail + #### 0.55.0 * InfiniTime: Fix music control for newer firmware releases * InfiniTime: Support call control and notification diff --git a/app/build.gradle b/app/build.gradle index ac05c78ef..bcbda188a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 29 // Note: always bump BOTH versionCode and versionName! - versionName "0.55.0" - versionCode 190 + versionName "0.56.0" + versionCode 191 vectorDrawables.useSupportLibrary = true } buildTypes {