diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-05-01 12:09:38 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-05-02 10:26:17 -0700 |
commit | 389bfcc6714b4b6ef6599e08276d0a4d0e63e309 (patch) | |
tree | c649f8d0f90ce410f37f146dd5bfe222d073735d /ReleaseNotes | |
parent | 1b6b337a4124fb14d94337074678b5e62d91c948 (diff) | |
download | subsurface-389bfcc6714b4b6ef6599e08276d0a4d0e63e309.tar.gz |
ReleaseNotes for 4.9.4
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'ReleaseNotes')
-rw-r--r-- | ReleaseNotes/ReleaseNotes.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 5839b7332..6043e3269 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -2,6 +2,41 @@ = _Subsurface_ Release Notes +New in _Subsurface_ 4.9.4 +~~~~~~~~~~~~~~~~~~~~~~~~~ +new features: +- maps: show the dive site as marker when opening Google Maps +- undo: implement undo of event handling (viz. bookmarks, setpoints, gas switches) +- undo: make dive replanning undoable +- dive-list: implement dive invalidation +- filter: implement fulltext search +- filter: add starts-with and exact filter modes for textual search +- dive-info: add the ability to modify dive salinity +- dive-info: add current GF to infobox +- dive-info: remove restriction on number of cylinders +- UI: increase speed of multi-trip selection +- planner: add checkbox on considering oxygen narcotic +- planner: improve rounding of stop durations in planner notes + +bugfies: +- fix creation of new cylinder types (names couldn't be the start of already existing names) +- fix tab-order in filter widget +- ignore dive sites without location in proximity search +- fix issue with Linux AppImage failing to communicate with Bluetooth dive computers [#2370] +- allow copy&pasting of multiple cylinders [#2386] +- don't output random SAC values for cylinders without data [#2376] +- register changes when clicking "done" on dive-site edit screen +- update statistics tab on undo or redo +- update dive details when replanning dive [#2280] +- when exporting dive sites in dive site mode, export selected dive sites [#2275] + +libdivecomputer: +- add support for the Oceanic Geo 4.0, ProPlus 4 +- add support for Scubapro Aladin A1 +- add support for Sherwood Wisdom 4 +- clean up Shearwater tank pressure handling +- minor fixlets + New in _Subsurface_ 4.9.3 ~~~~~~~~~~~~~~~~~~~~~~~~~ - Desktop: close dive site widget if dive site is removed by undo |