mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
bump version and add changelog
This commit is contained in:
parent
011646b097
commit
1862b59dad
@ -1,5 +1,9 @@
|
||||
###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
|
||||
* Pebble 2: Fix a bug where the Pebble got disconnected by other unrelated LE devices
|
||||
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.14.2"
|
||||
versionCode 74
|
||||
versionName "0.14.3"
|
||||
versionCode 75
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
@ -1,5 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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">
|
||||
<change>Pebble 2: Fix a bug where the Pebble got disconnected by other unrelated LE devices</change>
|
||||
</release>
|
||||
|
Loading…
Reference in New Issue
Block a user