mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
Bump version, update CHANGELOG.md (not yet release time)
This commit is contained in:
parent
3c9964f265
commit
f0c9728775
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,4 +1,14 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.20.0 (next)
|
||||||
|
* Inital Amazfit Bip support (WIP)
|
||||||
|
* Various theming fixes
|
||||||
|
* Add workaround for blacklist not properly persisting
|
||||||
|
* Handle resetting language to default properly
|
||||||
|
* Pebble: Pass booleans from Javascript Appmessage correctly
|
||||||
|
* Add greek transliteration support
|
||||||
|
* Various visual improvements to charts
|
||||||
|
|
||||||
#### Version 0.19.4
|
#### Version 0.19.4
|
||||||
* Replace or relicense CC-NC licensed icons to satisfy F-Droid
|
* Replace or relicense CC-NC licensed icons to satisfy F-Droid
|
||||||
* Mi Band 2: Make infos to display on the Band configurable
|
* Mi Band 2: Make infos to display on the Band configurable
|
||||||
|
@ -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.19.4"
|
versionName "0.20.0"
|
||||||
versionCode 97
|
versionCode 98
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user