mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 18:36:50 +01:00
draft changelog
This commit is contained in:
parent
0e6c0e8926
commit
6645dd6236
10
CHANGELOG.md
10
CHANGELOG.md
@ -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
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user