diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-11-15 13:23:09 +0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-11-15 18:11:03 +0800 |
commit | 82aa0da5ec31dc5ffed76805fbc21de25b548463 (patch) | |
tree | 0b29f25b7868f2055083eb14cfcd8b0e40f2f15e /ReleaseNotes | |
parent | 97f56ae4f59c4dc1e672c6428e9a5087d64e495f (diff) | |
download | subsurface-82aa0da5ec31dc5ffed76805fbc21de25b548463.tar.gz |
Update README and ReleaseNotes for 4.8.4v4.8.4
Trim back CHANGELOG
Add entry for recent fix for multiple dive master in mobile.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'ReleaseNotes')
-rw-r--r-- | ReleaseNotes/ReleaseNotes.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 0adecc229..69f5fb49b 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -2,6 +2,30 @@ = _Subsurface_ Release Notes +New in _Subsurface_ 4.8.4 +~~~~~~~~~~~~~~~~~~~~~~~~~ +- Windows: add experimental support for BTLE dive computers. + For more information have a look at section 5.2.2 of the user manual ("On Windows"). +- Desktop: Import: Fix import of CSV files containing quotes +- Desktop: Show coordinates if no tags from reverse geo lookup +- Desktop: Sort on date in case of equal fields +- Desktop: Indicate sort direction in list header +- Desktop: Use defined sort-order when switching sort column +- Desktop: Fix a bug in planner for dives with manual gas changes. +- Desktop: don't add dive-buddy or dive-master when tabbing through fields +- Desktop: don't recalculate all filters on dive list-modifying operations +- Desktop: don't recalculate full dive list on dive list-modifying operations +- Desktop: implement undo/redo for all dive list-modifying operations +- Desktop: don't show "invalid dive site" debugging message +- Desktop: HTML export: write statistics of exported dives only +- Desktop: fix calculation of surface interval in the case of overlappimg dives +- Desktop: import Poseidon MkIV via dive log import dialog +- Performance: calculate full statistics only when needed +- Map: zoom on dive site when selecting items in dive site list +- Mobile: add full text filtering of the dive list +- Mobile: allow multiple dive masters [#1853] +- Mobile: preserve manual/auto sync with cloud [#1725] + New in _Subsurface_ 4.8.3 ~~~~~~~~~~~~~~~~~~~~~~~~~ - Desktop: enable GPU switching on macOS |