update changelog, bump version to 0.10.0

reasons for the bump are
- new permissing
- first contact with the timeline, although is is not very useful
master
Andreas Shimokawa 2016-05-29 20:47:16 +02:00
parent 8970bbe044
commit a13cd9d951
3 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,10 @@
###Changelog
####Version 0.10.0
* Pebble: option to send sunrise and sunset events to timeline
* Mi Band: BLE connection fixes
* Fixes for enabling logging at whithout restarting Gadgetbridge
* Re-enable device paring activity on Android 6 (BLE scanning needs the location preference)
####Version 0.9.8
* Pebble: fix more reconnnect issues
* Pebble: fix deep sleep not being detected with Firmware 3.12 when using Pebble Health

View File

@ -18,8 +18,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.9.8"
versionCode 52
versionName "0.10.0"
versionCode 53
}
buildTypes {
release {

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.10.0" versioncode="53">
</change>Pebble: option to send sunrise and sunset events to timeline</change>
</change>Mi Band: BLE connection fixes</change>
</change>Fixes for enabling logging at whithout restarting Gadgetbridge</change>
</change>Re-enable device paring activity on Android 6 (BLE scanning needs the location preference)</change>
</release>
<release version="0.9.8" versioncode="52">
<change>Pebble: fix more reconnnect issues</change>
<change>Pebble: fix deep sleep not being detected with Firmware 3.12 when using Pebble Health</change>