From 389bfcc6714b4b6ef6599e08276d0a4d0e63e309 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 1 May 2020 12:09:38 -0700 Subject: [PATCH] ReleaseNotes for 4.9.4 Signed-off-by: Dirk Hohndel --- CHANGELOG.md | 2 ++ ReleaseNotes/ReleaseNotes.txt | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e3fd0aad..e3ff5280a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,8 @@ libdivecomputer: - Add support for the Oceanic Geo 4.0 - clean up Shearwater tank pressure handling - minor fixlets + + --- * 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]` 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