mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
Updated for 0.9.3
This commit is contained in:
parent
e931cf47d7
commit
f8c761068e
@ -1,9 +1,10 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
####Version 0.9.3 (next)
|
####Version 0.9.3
|
||||||
* Pebble: Fix Pebble Health activation (was not available in the App Manager)
|
* Pebble: Fix Pebble Health activation (was not available in the App Manager)
|
||||||
* Simplify connection state display (only connecting->connected)
|
* Simplify connection state display (only connecting->connected)
|
||||||
* Small improvements to the pairing activity
|
* Small improvements to the pairing activity
|
||||||
|
* Mi Band 1S: Fix for mi band firmware update
|
||||||
|
|
||||||
####Version 0.9.2
|
####Version 0.9.2
|
||||||
* Mi Band: Fix update of second (HR) firmware on Mi1S (#234)
|
* Mi Band: Fix update of second (HR) firmware on Mi1S (#234)
|
||||||
|
@ -16,8 +16,8 @@ android {
|
|||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.9.2"
|
versionName "0.9.3"
|
||||||
versionCode 46
|
versionCode 47
|
||||||
}
|
}
|
||||||
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.9.3" versioncode="47">
|
||||||
|
<change>Pebble: Fix Pebble Health activation (was not available in the App Manager)</change>
|
||||||
|
<change>Simplify connection state display (only connecting->connected)</change>
|
||||||
|
<change>Small improvements to the pairing activity</change>
|
||||||
|
<change>Mi Band 1S: Fix for mi band firmware update</change>
|
||||||
|
</release>
|
||||||
<release version="0.9.2" versioncode="46">
|
<release version="0.9.2" versioncode="46">
|
||||||
<change>Mi Band: Fix update of second (HR) firmware on Mi1S (#234)</change>
|
<change>Mi Band: Fix update of second (HR) firmware on Mi1S (#234)</change>
|
||||||
<change>Fix ordering issue of device infos being displayed</change>
|
<change>Fix ordering issue of device infos being displayed</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user