mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
Bump version and start filling CHANGELOG
This commit is contained in:
parent
0f46ea2a59
commit
67f4ab53fa
@ -1,5 +1,13 @@
|
||||
### Changelog
|
||||
|
||||
#### Version 0.22.0 (next)
|
||||
* Pebble: Experimental support for background javascript, allows weather and other features for watchapps without special Gadgetbridge support
|
||||
* Add support for Mi Band HRX and Amazfit Cor (untested, no firmware upgrade)
|
||||
* Mi Band 2: Support more icons and textual notifications for more apps
|
||||
* Add some quick action buttons to Gadgetbridge's notification
|
||||
* Add transliteration supportfor ukranian cyrillic charaters
|
||||
* Fix annoying toast in Mi Band settings
|
||||
|
||||
#### Version 0.21.6
|
||||
* Amazfit Bip: Fix non-working notifications from Outlook, Yahoo Mail and GMail
|
||||
* HPlus: Fix Unicode encoding
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 25
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.21.6"
|
||||
versionCode 107
|
||||
versionName "0.22.0"
|
||||
versionCode 108
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
Loading…
Reference in New Issue
Block a user