From 05fa8e846b39a3569c4eb4efbc899d3206b43f28 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 17 Feb 2019 00:05:29 +0100 Subject: [PATCH] bump version, update changelog --- CHANGELOG.md | 5 +++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7d8067f7..66ced7d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Changelog +#### Version 0.32.3 +* Fix a crash in charts due to a broken German translation +* Fix a crash when transliterating emoji +* Amazfit Bip/Cor: Support disconnect notification (must be configured in Bip settings for Cor also for now) + #### Version 0.32.2 * Fix setting alarms under some circumstances * Support calls notifications for some VoIP apps diff --git a/app/build.gradle b/app/build.gradle index bf90c6506..6c2fe1240 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.32.2" - versionCode 145 + versionName "0.32.3" + versionCode 146 vectorDrawables.useSupportLibrary = true } buildTypes { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index d5d5540c5..b5b411f8f 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,10 @@ + + Fix a crash in charts due to a broken German translation + Fix a crash when transliterating emoji + Amazfit Bip/Cor: Support disconnect notification (must be configured in Bip settings for Cor also for now) + Fix setting alarms under some circumstances Support calls notifications for some VoIP apps