mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
Bump version, add changelog
This commit is contained in:
parent
f46c204c75
commit
d259b4ecbf
@ -1,5 +1,11 @@
|
||||
### Changelog
|
||||
|
||||
#### 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
|
||||
* Amazfit Cor: Fix detection of newer firmwares
|
||||
* Mi Band 2: Fix text notifcations not appearing with short vibration patterns
|
||||
|
||||
#### Version 0.26.3
|
||||
* Amazfit Bip: Add proper mime type to shared gpx files
|
||||
* Amazfit Bip: allow to set displayed menu items
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 27
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.26.3"
|
||||
versionCode 129
|
||||
versionName "0.26.4"
|
||||
versionCode 130
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<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>
|
||||
<change>Amazfit Cor: Fix detection of newer firmwares</change>
|
||||
<change>Mi Band 2: Fix text notifcations not appearing with short vibration patterns</change>
|
||||
</release>
|
||||
<release version="0.26.3" versioncode="129">
|
||||
<change>Amazfit Bip: Add proper mime type to shared gpx files</change>
|
||||
<change>Amazfit Bip: allow to set displayed menu items</change>
|
||||
|
4
fastlane/metadata/android/en-US/changelogs/130.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/130.txt
Normal file
@ -0,0 +1,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
|
||||
* Amazfit Cor: Fix detection of newer firmwares
|
||||
* Mi Band 2: Fix text notifcations not appearing with short vibration patterns
|
Loading…
Reference in New Issue
Block a user