ReleaseNotes for 4.9.4

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-05-01 12:09:38 -07:00
parent 1b6b337a41
commit 389bfcc671
2 changed files with 37 additions and 0 deletions

View file

@ -44,6 +44,8 @@ libdivecomputer:
- Add support for the Oceanic Geo 4.0 - Add support for the Oceanic Geo 4.0
- clean up Shearwater tank pressure handling - clean up Shearwater tank pressure handling
- minor fixlets - minor fixlets
--- ---
* Always add new entries at the very top of this file above other existing entries and this note. * Always add new entries at the very top of this file above other existing entries and this note.
* Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]` * Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]`

View file

@ -2,6 +2,41 @@
= _Subsurface_ Release Notes = _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 New in _Subsurface_ 4.9.3
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
- Desktop: close dive site widget if dive site is removed by undo - Desktop: close dive site widget if dive site is removed by undo