mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
Bump version and start filling CHANGELOG
This commit is contained in:
parent
0f46ea2a59
commit
67f4ab53fa
@ -1,5 +1,13 @@
|
|||||||
### Changelog
|
### 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
|
#### Version 0.21.6
|
||||||
* Amazfit Bip: Fix non-working notifications from Outlook, Yahoo Mail and GMail
|
* Amazfit Bip: Fix non-working notifications from Outlook, Yahoo Mail and GMail
|
||||||
* HPlus: Fix Unicode encoding
|
* HPlus: Fix Unicode encoding
|
||||||
|
@ -26,8 +26,8 @@ android {
|
|||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.21.6"
|
versionName "0.22.0"
|
||||||
versionCode 107
|
versionCode 108
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user