subsurface/CHANGELOG.md
Robert C. Helling afd46a60f7 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>
2017-12-05 20:05:16 -08:00

1.4 KiB

  • 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 file or git storage. No more need to reenter this value on replanning.
  • Improved handling of different information (divemaster, buddy, suit, notes) when merging two dives.
  • Limit min. GFlow to 10 and min. GFhigh to 40 in preferences for profile and planner
  • Fix issues related to debug logging on Windows
  • Add "Bluetooth mode" in the BT selection dialog: Auto, LE, Classical
  • Correct display of cylinder pressures for merged dives
  • Allow user defined cylinders as default in preferences (#821)
  • mobile: fix black/white switch in splash screen (#531)
  • UI: tag editing. Comma entry shows all tags (again) (#605)
  • mobile: enable auto completion for dive site entry (#546)
  • Printing: the bundled templates are now read-only and are always overwritten by the application. The first time the user runs this update, backup files of the previous templates would be created (#847)
  • Fix issues with filters not updating after changes to the dive list (#551, #675)
  • map-widget: allow updating coordinates on the map when the user is editing a dive site by pressing Enter or clicking a "flag" button
  • map-widget: prevent glitches when the user is interacting with the map while animations are in progress