Update changelog for 0.16
This commit is contained in:
parent
4ce890b5ce
commit
9cea2fc3bd
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,10 +1,12 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
####Version 0.16.0
|
####Version 0.16.0
|
||||||
* New device: ZeBand
|
* New devices: HPlus (e.g. Zeblaze ZeBand), contributed by João Paulo Barraca
|
||||||
* ZeBand: Initial experimental support
|
* ZeBand: Initial support: notifications, heart rate, sleep monitoring, user configuration, date+time
|
||||||
* Pebble 2: Fix Pebble Classic FW 3.x app variant being priorized over native Pebble 2 app variant
|
* Pebble 2: Fix Pebble Classic FW 3.x app variant being prioritized over native Pebble 2 app variant
|
||||||
|
* Charts (Live Activity): Fix axis labels color in dark theme
|
||||||
|
* Mi Band: Fix ginormous step count when using Live Activity
|
||||||
|
* Mi Band: Improved performance during activity sync
|
||||||
####Version 0.15.2
|
####Version 0.15.2
|
||||||
* Mi Band: Fix crash with unknown notification sources
|
* Mi Band: Fix crash with unknown notification sources
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,12 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
<release version="0.16.0" versioncode="80">
|
<release version="0.16.0" versioncode="80">
|
||||||
<change>New device: ZeBand</change>
|
<change>New devices: HPlus (e.g. Zeblaze ZeBand), contributed by João Paulo Barraca</change>
|
||||||
<change>ZeBand: Initial experimental support</change>
|
<change>ZeBand: Initial support: notifications, heart rate, sleep monitoring, user configuration, date+time</change>
|
||||||
<change>Pebble 2: Fix Pebble Classic FW 3.x app variant being priorized over native Pebble 2 app variant</change>
|
<change>Pebble 2: Fix Pebble Classic FW 3.x app variant being prioritized over native Pebble 2 app variant</change>
|
||||||
|
<change>Charts (Live Activity): Fix axis labels color in dark theme</change>
|
||||||
|
<change>Mi Band: Fix ginormous step count when using Live Activity</change>
|
||||||
|
<change>Mi Band: Improved performance during activity sync</change>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.15.2" versioncode="79">
|
<release version="0.15.2" versioncode="79">
|
||||||
<change>Mi Band: Fix crash with unknown notification sources</change>
|
<change>Mi Band: Fix crash with unknown notification sources</change>
|
||||||
|
|
Loading…
Reference in New Issue