mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-27 10:07:32 +01:00
bump version and add changelog
This commit is contained in:
parent
011646b097
commit
1862b59dad
@ -1,5 +1,9 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.14.3
|
||||||
|
* Pebble: Experimental support for pairing and using all Pebble models via BLE
|
||||||
|
* Mi Band: Fix regressing causing wrong activity data
|
||||||
|
|
||||||
####Version 0.14.2
|
####Version 0.14.2
|
||||||
* Pebble 2: Fix a bug where the Pebble got disconnected by other unrelated LE devices
|
* Pebble 2: Fix a bug where the Pebble got disconnected by other unrelated LE devices
|
||||||
|
|
||||||
|
@ -26,8 +26,8 @@ android {
|
|||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.14.2"
|
versionName "0.14.3"
|
||||||
versionCode 74
|
versionCode 75
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.14.3" versioncode="75">
|
||||||
|
<change>Pebble: Experimental support for pairing and using all Pebble models via BLE</change>
|
||||||
|
<change>Mi Band: Fix regressing causing wrong activity data</change>
|
||||||
|
</release>
|
||||||
<release version="0.14.2" versioncode="74">
|
<release version="0.14.2" versioncode="74">
|
||||||
<change>Pebble 2: Fix a bug where the Pebble got disconnected by other unrelated LE devices</change>
|
<change>Pebble 2: Fix a bug where the Pebble got disconnected by other unrelated LE devices</change>
|
||||||
</release>
|
</release>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user