diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-12-05 20:58:54 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-05 20:05:16 -0800 |
commit | afd46a60f7b9a7aba0ae515f4ae38c8223761f2d (patch) | |
tree | 236e3384207983128dedc0594e21e5d6dd12e0e4 /CHANGELOG.md | |
parent | 8f318c7e6959bba73b273d4b9ad065ef602ccd4d (diff) | |
download | subsurface-afd46a60f7b9a7aba0ae515f4ae38c8223761f2d.tar.gz |
Add button to rescan BT devices
Otherwise the divecomputer has to be in pairing mode
at app start time.
Unfortunately, this leaves less space for the progress message.
My time/qml knowledge does not suffice to move that to the next line
(when moving that out of the RowLayout it overlaps with
the buttons).
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c302e31..bdb888ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Add button to recan for BT devices - Compute plan variations in background to improve responsiveness - Improve profile rescaling in planner - Store the gas switch depth of a cylinder from the planner in the logbook |