diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-09-24 09:28:08 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-09-24 09:28:08 -0700 |
commit | 0e408cbadd8efda6c8dba2ec75c9b633748e196b (patch) | |
tree | 5c02628b8b181174751b12d49cd1630b8272c1d7 | |
parent | f8ab8b35d2acea068e15fbf070d48bf6b7540a80 (diff) | |
download | subsurface-0e408cbadd8efda6c8dba2ec75c9b633748e196b.tar.gz |
First stab at Release Notes for 4.6 Beta 1
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | ReleaseNotes/ReleaseNotes.txt | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 91f86016d..f3350423a 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -1,7 +1,29 @@ -// _Subsurface_ 4.5.6 Release Notes +// _Subsurface_ 4.6 Beta 1 Release Notes -_Subsurface_ 4.5.6 - April 2016 ---------------------------------- +_Subsurface_ 4.6 Beta 1 - September 2016 +---------------------------------------- + +Some of the changes since _Subsurface_ 4.5.6 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Fixed spurious errors when saving to cloud storage +- Add --cloud-timeout= command line argument that allows to wait longer + (or shorter, for that matter) before we time out waiting for cloud + storage. Very useful when in areas with poor internet connectivity +- Add --user= command line argument that allows switching between + different users from the command line +- Many fixes to CVS importer +- DAN DL7 import +- SmartTrack .slg import +- Fixes to Divelogs.de import and export +- Fixes to UDDF exporter +- Small fix to Uemis downloader for yet another corner case +- Improved handling of dive computer events (grouping them into info, + warning and alert - best supported on Suunto EON Steel) +- Add heatmap visualization of deco tissue loading +- Better handling of slow network connections when using cloud storage +- Many small fixes to the dive planner +- Many fixes for various errors Some of the changes since _Subsurface_ 4.5.5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |