mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-30 14:02:56 +01:00
Add changelog and bump version
This commit is contained in:
parent
76a0f448ca
commit
b7ce6eeae3
@ -1,5 +1,10 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.26.5
|
||||||
|
* Fix autoreconnect at boot on recent android versions
|
||||||
|
* Bluetooth connection is more stable on Oreo
|
||||||
|
* Potentially fix the watch continuosly vibrating after call pickup
|
||||||
|
|
||||||
#### Version 0.26.4
|
#### Version 0.26.4
|
||||||
* Fix a bug with Toasts appearing every time a notification arrives when bluetooth is disabled
|
* Fix a bug with Toasts appearing every time a notification arrives when bluetooth is disabled
|
||||||
* Pebble 2: Add optional GATT client only mode that might help with connection stability
|
* Pebble 2: Add optional GATT client only mode that might help with connection stability
|
||||||
|
@ -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.4"
|
versionName "0.26.5"
|
||||||
versionCode 130
|
versionCode 131
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.26.5" versioncode="131">
|
||||||
|
<change>Fix autoreconnect at boot on recent android versions</change>
|
||||||
|
<change>Bluetooth connection is more stable on Oreo</change>
|
||||||
|
<change>Potentially fix the watch continuosly vibrating after call pickup</change>
|
||||||
|
</release>
|
||||||
<release version="0.26.4" versioncode="130">
|
<release version="0.26.4" versioncode="130">
|
||||||
<change>Fix a bug with Toasts appearing every time a notification arrives when bluetooth is disabled</change>
|
<change>Fix a bug with Toasts appearing every time a notification arrives when bluetooth is disabled</change>
|
||||||
<change>Pebble 2: Add optional GATT client only mode that might help with connection stability</change>
|
<change>Pebble 2: Add optional GATT client only mode that might help with connection stability</change>
|
||||||
|
3
fastlane/metadata/android/en-US/changelogs/131.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/131.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
* Fix autoreconnect at boot on recent android versions
|
||||||
|
* Bluetooth connection is more stable on Oreo
|
||||||
|
* Potentially fix the watch continuosly vibrating after call pickup
|
Loading…
Reference in New Issue
Block a user