From 7a7bce4fb07f0b911e0bca7cb235e706f11ed346 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Thu, 4 Feb 2021 20:22:38 +0100 Subject: [PATCH] Bump version, draft changelog --- CHANGELOG.md | 17 +++++++++++++++++ app/build.gradle | 6 +++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a330bbf9f..e9015fda1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ ### Changelog +#### 0.53.0 (WIP) +* Initial support for wasp-os on nRF52 devices +* Initial supupor for Zepp E +* Initial support for Amazfit GTS 2 Mini +* Initial support for Amazfit Neo +* Initial support fot Amazfit GTR 2e +* Fossil Hybrid HR: Fix bug with unknown data +* Fossil Hybrid HR: allow app management on watch from GB +* Fossil Hybrid HR: enumerate apps on watch on every connect +* Fossil Hybrid HR: Do not configure buttons in unauthenticated mode +* Fossil Classic: Fix unknown wearing state +* Fossil Classic: Allow synchronizing activity data +* Huami: Add Strength Training activity type +* Honor Imperial units settings in widget, Activity list and workouts +* Show all eligeble devices in Widget Configuration Activity +* Amazfit Bip U: Fix sports activity summary + #### 0.52.0 * Amazfit Bip U Pro: Initial support * Amazfit GTS2: fix pairing diff --git a/app/build.gradle b/app/build.gradle index ad2b52659..2002c80ae 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.52.0" - versionCode 186 + versionName "0.53.0" + versionCode 187 vectorDrawables.useSupportLibrary = true } buildTypes { @@ -79,7 +79,7 @@ dependencies { implementation("com.github.tony19:logback-android-classic:1.1.1-6") { exclude group: "com.google.android", module: "android" } - implementation "org.slf4j:slf4j-api:1.7.12" + implementation "org.slf4j:slf4j-api:1.7.24" implementation "com.github.PhilJay:MPAndroidChart:v3.1.0" implementation "com.github.pfichtner:durationformatter:0.1.1" implementation "de.cketti.library.changelog:ckchangelog:1.2.2"