1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-26 17:47:34 +01:00

bump version and add changelog

This commit is contained in:
Andreas Shimokawa 2016-11-29 22:36:05 +01:00
parent 011646b097
commit 1862b59dad
3 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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>