bump version update xml changelog

master
Andreas Shimokawa 2016-03-25 11:29:50 +01:00
parent 3714ec82da
commit 98949f3b54
3 changed files with 11 additions and 4 deletions

View File

@ -1,8 +1,8 @@
###Changelog
####Version 0.9.1
* Mi Band: Fixed sporadic connection problems (stuck on "Initializing" #249)
* Mi Band: enable low latency connection (faster) during initialization and activity sync
* Mi Band: fix sporadic connection problems (stuck on "Initializing" #249)
* Mi Band: enable low latency connection (faster) during initialization and activity sync
* Mi Band: better feedback for firmware update
* Device Item is now clickable also when the information entries are visible
* Fix enabling log file writing #261

View File

@ -16,8 +16,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.9.0"
versionCode 44
versionName "0.9.1"
versionCode 45
}
buildTypes {
release {

View File

@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.9.1" versioncode="45">
<change>Mi Band: fix sporadic connection problems (stuck on "Initializing" #249)</change>
<change>Mi Band: enable low latency connection (faster) during initialization and activity sync</change>
<change>Mi Band: better feedback for firmware update</change>
<change>Device Item is now clickable also when the information entries are visible</change>
<change>Fix enabling log file writing #261</change>
</release>
<release version="0.9.0" versioncode="44">
<change>Pebble: Support for configuring watchfaces/apps locally (clay) or though webbrowser (some do not work)</change>
<change>Pebble: hide the alarm management activity as it's unsupported</change>