From 7108cd53b1669641801b001506e3a076eb4f31b5 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sat, 3 Nov 2018 00:27:23 +0100 Subject: [PATCH] Add changelog for 0.31.0 (WIP) , bump version --- CHANGELOG.md | 9 +++++++++ app/build.gradle | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41bb28a34..8e42672d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ### Changelog +#### Version 0.31.0 (NEXT) +* Pebble: Send all wearable notification actions (not only reply) +* Pebble: Always allow reply action even if untested features are turned off +* Amazfit Bip: Allow flashing latest gps firmware (Mili_dth.gps) +* Roidmi 3: Fix and enable support +* Mi Band 3/Amazfit Bip: fix find phone crash +* Prevent re-sending old notifications to the wearable +* Enhancement and Fixes for Bengali Transliteration + #### Version 0.30.0 * Amazfit Bip + Mi Band 3: Support for right to left display (configurable) (#976) * Add Arabic, Bengali Farsi, Persian, Scandinavian transliteration diff --git a/app/build.gradle b/app/build.gradle index ef18ee942..d4404ab88 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.30.0" - versionCode 138 + versionName "0.31.0" + versionCode 139 vectorDrawables.useSupportLibrary = true } buildTypes {