From 4895c1733d8318c191557467c094669311d92df6 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 19 Aug 2018 21:40:57 +0200 Subject: [PATCH] bump version, add changelog --- CHANGELOG.md | 11 +++++++++++ app/build.gradle | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d705dee..2a0a09fba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ### Changelog +#### Version 0.29.1 +* Mi Band 3: Support setting language to to German, Italian, French, Polish, Japanese, Korean (read wiki) +* Mi Band 3: Support flashing latest RES files +* Mi Band 3: Fix notifcation text not being displayed +* Mi Band 3/Cor/Bip: Display app name when generic when no app specific icon is available +* HPlus: Support H3 watch strap +* Display start and end of sleep in statistics +* Various fixes for display issues on small screens +* Fix some potential NPEs +* Support transliteration for Lithuanian + #### Version 0.29.0 * New Device: Initial support for ID115 * New Device: Initial support for Lenovo Watch9 diff --git a/app/build.gradle b/app/build.gradle index 45d6b4083..cc97804f6 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.29.0" - versionCode 136 + versionName "0.29.1" + versionCode 137 vectorDrawables.useSupportLibrary = true } buildTypes {