mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 01:55:50 +01:00
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
This commit is contained in:
parent
8970bbe044
commit
a13cd9d951
@ -1,4 +1,10 @@
|
|||||||
###Changelog
|
###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
|
####Version 0.9.8
|
||||||
* Pebble: fix more reconnnect issues
|
* Pebble: fix more reconnnect issues
|
||||||
* Pebble: fix deep sleep not being detected with Firmware 3.12 when using Pebble Health
|
* Pebble: fix deep sleep not being detected with Firmware 3.12 when using Pebble Health
|
||||||
|
@ -18,8 +18,8 @@ android {
|
|||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.9.8"
|
versionName "0.10.0"
|
||||||
versionCode 52
|
versionCode 53
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<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">
|
<release version="0.9.8" versioncode="52">
|
||||||
<change>Pebble: fix more reconnnect issues</change>
|
<change>Pebble: fix more reconnnect issues</change>
|
||||||
<change>Pebble: fix deep sleep not being detected with Firmware 3.12 when using Pebble Health</change>
|
<change>Pebble: fix deep sleep not being detected with Firmware 3.12 when using Pebble Health</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user