1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-11 20:49:25 +01:00

update changelog again

This commit is contained in:
Andreas Shimokawa 2016-06-11 23:45:14 +02:00
parent f812fb1b1f
commit f20b659b86
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
###Changelog ###Changelog
####Version 0.10.1 ####Version 0.10.1
* Pebble: set extended music info by dissecting notifications on Android 5.0+ * Pebble: set extended music info by dissecting notifications on Android 5.0+
* Pebble: various other improvemnts to music playback
* Pebble: allow ignoring activity trackers indiviually (to keep the data on the pebble) * Pebble: allow ignoring activity trackers indiviually (to keep the data on the pebble)
* Mi Band: support for shifting the device time by N hours (for people who sleep at daytime) * Mi Band: support for shifting the device time by N hours (for people who sleep at daytime)
* Mi Band: initial and untested support for Mi Band 2 * Mi Band: initial and untested support for Mi Band 2

View File

@ -2,6 +2,7 @@
<changelog> <changelog>
<release version="0.10.1" versioncode="54"> <release version="0.10.1" versioncode="54">
<change>Pebble: set extended music info by dissecting notifications on Android 5.0+</change> <change>Pebble: set extended music info by dissecting notifications on Android 5.0+</change>
<change>Pebble: various other improvemnts to music playback</change>
<change>Pebble: allow ignoring activity trackers indiviually (to keep the data on the pebble)</change> <change>Pebble: allow ignoring activity trackers indiviually (to keep the data on the pebble)</change>
<change>Mi Band: support for shifting the device time by N hours (for people who sleep at daytime)</change> <change>Mi Band: support for shifting the device time by N hours (for people who sleep at daytime)</change>
<change>Mi Band: initial and untested support for Mi Band 2</change> <change>Mi Band: initial and untested support for Mi Band 2</change>