1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-24 09:35:50 +01:00

update changelog

This commit is contained in:
Andreas Shimokawa 2016-03-21 20:20:08 +01:00
parent 275839a7f4
commit 1aadcb958b
2 changed files with 3 additions and 1 deletions

View File

@ -1,12 +1,13 @@
###Changelog ###Changelog
####Version 0.9.0 (next) ####Version 0.9.0
* Pebble: Support for configuring watchfaces/apps locally (clay) or though webbrowser (some do not work) * Pebble: Support for configuring watchfaces/apps locally (clay) or though webbrowser (some do not work)
* Pebble: hide the alarm management activity as it's unsupported * Pebble: hide the alarm management activity as it's unsupported
* Mi Band: Improve firmware detection and updates, including 1S support * Mi Band: Improve firmware detection and updates, including 1S support
* Mi Band: Display HR FW for 1S * Mi Band: Display HR FW for 1S
* FW and HW versions are only displayed after tapping on the "info" button in Control Center * FW and HW versions are only displayed after tapping on the "info" button in Control Center
* Do not display activity samples when navigating too far in the past * Do not display activity samples when navigating too far in the past
* Fix auto connect which was broken under some circumstances
####Version 0.8.2 ####Version 0.8.2
* Fix database creation and updates (thanks @feclare) * Fix database creation and updates (thanks @feclare)

View File

@ -7,6 +7,7 @@
<change>Mi Band: Display HR FW for 1S</change> <change>Mi Band: Display HR FW for 1S</change>
<change>FW and HW versions are only displayed after tapping on the "info" button in Control Center</change> <change>FW and HW versions are only displayed after tapping on the "info" button in Control Center</change>
<change>Do not display activity samples when navigating too far in the past</change> <change>Do not display activity samples when navigating too far in the past</change>
<change>Fix auto connect which was broken under some circumstances</change>
</release> </release>
<release version="0.8.2" versioncode="43"> <release version="0.8.2" versioncode="43">
<change>Add experimental widget to set the alarm time to a configurable number of hours in the future</change> <change>Add experimental widget to set the alarm time to a configurable number of hours in the future</change>