From 774797ea0990471c2a0f97aa367b7e382590f74d Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 6 Aug 2018 23:46:25 +0200 Subject: [PATCH] add changelog, bump version --- CHANGELOG.md | 14 ++++++++++++++ app/build.gradle | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0843662ee..286799da9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ ### Changelog +#### Version 0.29.0 (WIP) +* New Device: Initial support for ID115 +* Show splash screen during startup +* (Add missing ActivityPoints and timestamp) <- FIXME: what is that +* Fix exported GPX file names +* Vertically align device icon in main activity +* Amazfit Cor: Allow to configure displayed menu items +* Amazfit Cor: Support basic music control +* Amazfit Cor: Fix flashing font files +* Amazfit Bip: Fix current weather not being displayed with later firmwares +* Amazfit Bip/Cor: Try to fix device being sometimes stuck in connecting state +* Mi Band 2: Put some device specific settings into its own settings category +* NO1 F1: Set time during initialization + #### Version 0.28.1 * Fix wrong weather icon mapping in rare cases * Fix device discovery on Android 4.4 diff --git a/app/build.gradle b/app/build.gradle index 26d186448..45d6b4083 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 27 // Note: always bump BOTH versionCode and versionName! - versionName "0.28.1" - versionCode 135 + versionName "0.29.0" + versionCode 136 vectorDrawables.useSupportLibrary = true } buildTypes {