From 4c55c63a324737e03561ca36e4fdb06a29a00338 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Fri, 11 Sep 2020 10:40:23 +0200 Subject: [PATCH] bump version and draft changelog --- CHANGELOG.md | 9 +++++++++ app/build.gradle | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fefb5f41..184a74e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ### Changelog +#### 0.47.1 (WIP) +* Huami: Add new activity types found in recent Bip S firmware +* Huami: Many improvements to the activity summary view, including a global view for all devices, filtering per activity type and much more +* Huami: Prevent generating broken elevation data when they are not sent by the device. +* Amazfit Bip S: Allow flashing more font files and GPS almanac (only cep worked before) +* Pinetime-JF: Recognize device if it annouces itself as InfiniTime +* ZeTime: Fix weather forecast icons on older firmwares, try to send weather even if no firmware version was detected +* Fix warnings and colors for AboutScreen + #### 0.47.0 * Initial experimental support for Pinetime-JF (not yet usable) * HPlus: Recognize Lemfo SG2 diff --git a/app/build.gradle b/app/build.gradle index 1f8991462..156625d4e 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.47.0" - versionCode 179 + versionName "0.47.1" + versionCode 180 vectorDrawables.useSupportLibrary = true } buildTypes {