1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 14:52:25 +02:00

Add changelog for 0.31.0 (WIP) , bump version

This commit is contained in:
Andreas Shimokawa 2018-11-03 00:27:23 +01:00
parent fcfcc5cb0b
commit 7108cd53b1
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,14 @@
### Changelog ### 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 #### Version 0.30.0
* Amazfit Bip + Mi Band 3: Support for right to left display (configurable) (#976) * Amazfit Bip + Mi Band 3: Support for right to left display (configurable) (#976)
* Add Arabic, Bengali Farsi, Persian, Scandinavian transliteration * Add Arabic, Bengali Farsi, Persian, Scandinavian transliteration

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27 targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName! // Note: always bump BOTH versionCode and versionName!
versionName "0.30.0" versionName "0.31.0"
versionCode 138 versionCode 139
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {