mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 18:36:50 +01:00
Add changelog and bump version
This commit is contained in:
parent
76a0f448ca
commit
b7ce6eeae3
@ -1,5 +1,10 @@
|
||||
### 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
|
||||
* 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
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 27
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.26.4"
|
||||
versionCode 130
|
||||
versionName "0.26.5"
|
||||
versionCode 131
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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">
|
||||
<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>
|
||||
|
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