From c5f28ea11eec44ffb7ef0b42b96d94c3b5517944 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Thu, 17 Mar 2022 20:57:20 +0100 Subject: [PATCH] bump version, tweak changelog --- CHANGELOG.md | 20 +++++++++++--------- app/build.gradle | 4 ++-- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 285495c2a..9ec0f27c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,22 @@ ### Changelog -### next - +### 0.66.0 * Add basic support for Casio GBD-H1000 * Add support for Hama Fit Track 1900 - via FitPro device support * Add OpenTracksController for interactions with OpenTracks * Fossil Hybrid HR: Start/stop track in OpenTracks from GPS workout on watch -* Add HUAMI button/device action to control fitness tracking via OpenTracksController * Fossil Hybrid HR: Try guessing new widget position -* UM-25: Make cumulative values resettable -* XWatch: Add notifications and calls support -* VESC: Fixed crash when loading a saved value -* Fossil HR: Allow assigning no function to a button -* WaspOS: Fix battery chart. Add condition code to weather JSON. +* Fossil Hybrid HR: Allow assigning no function to a button +* Add Huami button/device action to control fitness tracking via OpenTracksController * Mi Band 6: Sync alarms set on the watch like on Amazfit Bip U and others -* Bangle.js: Handle battery charging status and fix battery chart. Prevent exception in case UART RX line is empty. Add repetitions in alarm json. +* Bangle.js: Handle battery charging status and fix battery chart. +* Bangle.js: Prevent exception in case UART RX line is empty +* Bangle.js: Add repetitions in alarm JSON +* WaspOS: Fix battery chart. +* WaspOS: Add condition code to weather JSON +* XWatch: Add notifications and calls support +* UM-25: Make cumulative values resettable +* VESC: Fixed crash when loading a saved value * Allow to open Android notification settings from Notification settings * AutoExporter changes for better operation and troubleshooting * Change Nightly icons background color diff --git a/app/build.gradle b/app/build.gradle index c20245f8c..5d911a7b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,8 +56,8 @@ android { multiDexEnabled true // Note: always bump BOTH versionCode and versionName! - versionName "0.65.0" - versionCode 209 + versionName "0.66.0" + versionCode 210 vectorDrawables.useSupportLibrary = true multiDexEnabled true buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""