update changelogs

master
Andreas Shimokawa 2016-09-30 19:16:02 +02:00
parent 5c0618d43d
commit bce28fd8ac
3 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,12 @@
###Changelog
####Version 0.13.2
* Support deleting devices (and their data) in control center
* Sort devices lexicographically in control center
* Do not forward group summary notifications (could fix some duplicate notifications)
* Pebble: Support for health on FW 4.1
* Mi Band: Fix offline charts not displaying heartrate for Mi 1S
####Version 0.13.1
* Improved BLE scanning for Android 5.0+
* Pebble: try to work around duplicate Telegram messages and support Telegram icon

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.13.1"
versionCode 63
versionName "0.13.2"
versionCode 64
}
buildTypes {
release {

View File

@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.13.2" versioncode="64">
<change>Support deleting devices (and their data) in control center</change>
<change>Sort devices lexicographically in control center</change>
<change>Do not forward group summary notifications (could fix some duplicate notifications)</change>
<change>Pebble: Support for health on FW 4.1</change>
<change>Mi Band: Fix offline charts not displaying heartrate for Mi 1S</change>
</release>
<release version="0.13.1" versioncode="63">
<change>Improved BLE scanning for Android 5.0+</change>
<change>Pebble: try to work around duplicate Telegram messages and support Telegram icon</change>