update changelog, bump version

master
Andreas Shimokawa 2016-12-02 23:48:58 +01:00
parent 3db009e77d
commit 4763731c4e
3 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,10 @@
###Changelog
####Version 0.14.4
* Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings
* Mi Band 2: Experimental support for activity recognition
* Mi Band 2: Fix time setting code
####Version 0.14.3
* Pebble: Experimental support for pairing and using all Pebble models via BLE
* Mi Band 1: Fix regression causing display of wrong activity data (#440)

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.14.3"
versionCode 75
versionName "0.14.4"
versionCode 76
}
buildTypes {
release {

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.14.4" versioncode="76">
<change>Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings</change>
<change>Mi Band 2: Experimental support for activity recognition</change>
<change>Mi Band 2: Fix time setting code</change>
</release>
<release version="0.14.3" versioncode="75">
<change>Pebble: Experimental support for pairing and using all Pebble models via BLE</change>
<change>Mi Band 1: Fix regression causing display of wrong activity data</change>