1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-09 14:48:24 +02:00

draft changelog

This commit is contained in:
Andreas Shimokawa 2018-12-16 18:58:33 +01:00
parent 0e6c0e8926
commit 6645dd6236
2 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,15 @@
### Changelog
#### Version 0.32.0 (NEXT)
* Increase number of alarms and store them per-device
* Support factory reset in debug activity (Mi Band 1/2/3, Bip, Cor)
* Filter out unicode control sequences (fixes problems with Telegram and probably others)
* Fix endless loop resulting in OOM when RTL support is enabled
* Recoginize p≡p as an email app
* No longer display Android paired devices in that were not a paired with Gadgetbridge
* Amazfit Bip: Allow flashing latest GPS firmware
* Enable No1 F1 support for a Chinese clone
#### Version 0.31.3
* Pebble: Fix crash with DISMISS and OPEN actions

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.31.3"
versionCode 142
versionName "0.32.0"
versionCode 143
vectorDrawables.useSupportLibrary = true
}
buildTypes {