mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-02 15:02:56 +01:00
Bump version, add CHANGELOG
This commit is contained in:
parent
f8d72f62e2
commit
f8a1da8a83
@ -1,5 +1,14 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.27.0 (WIP)
|
||||||
|
* Initial support for Mi Band 3 (largely untested, needs to be connected to Mi Fit once)
|
||||||
|
* Option for automatic activity sync after sceen unlock
|
||||||
|
* Allow blacklisting of pebblekit notifications for individual apps
|
||||||
|
* Forward Skype notifcations to even if "local only" flag is set
|
||||||
|
* Show Gadgetbridge logo behind cards in main activity
|
||||||
|
* Always stop BT/BTLE discovery when exiting the discovery activty
|
||||||
|
* Pebble: Fix a rare crash in weview
|
||||||
|
|
||||||
#### Version 0.26.5
|
#### Version 0.26.5
|
||||||
* Fix autoreconnect at boot on recent Android versions
|
* Fix autoreconnect at boot on recent Android versions
|
||||||
* Bluetooth connection is more stable on Oreo
|
* Bluetooth connection is more stable on Oreo
|
||||||
|
@ -25,8 +25,8 @@ android {
|
|||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.26.5"
|
versionName "0.27.0"
|
||||||
versionCode 131
|
versionCode 132
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user