From 87575a24c2aad61b4e0b4e4b4493d581f9fc1b41 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 13 Nov 2014 21:02:46 -0800 Subject: [PATCH] First stab at README and ReleaseNotes for 4.3 It's never too early to start... Signed-off-by: Dirk Hohndel --- README | 16 ++++++++-------- ReleaseNotes.txt | 31 +++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 8 deletions(-) diff --git a/README b/README index d82d03589..49bb19eef 100644 --- a/README +++ b/README @@ -1,20 +1,20 @@ -This is the README file for Subsurface 4.2 +This is the README file for Subsurface 4.3 Beta 1 Please check the ReleaseNotes.txt for details about new features and -changes since Subsurface 4.1 +changes since Subsurface 4.2 -Report bugs and issues at http://trac.hohndel.org +Report bugs and issues at http://trac.subsurface-divelog.org License: GPLv2 -Subsurface can be found at http://subsurface.hohndel.org +Subsurface can be found at http://subsurface-divelog.org You can get the sources to the latest development version from the git repository: -git clone git://subsurface.hohndel.org/subsurface.git . +git clone git://git.subsurface-divelog.org/subsurface.git . -You can also browse the sources via gitweb at git.hohndel.org +You can also browse the sources via gitweb at the same site. If you want the latest release (instead of the bleeding edge development version) you can either get this via git or the release tar @@ -66,8 +66,8 @@ http://subsurface.hohndel.org/documentation/ Contributing: ============= -There is a mailing list for developers: subsurface@hohndel.org -Go to http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface +There is a mailing list for developers: subsurface@subsurface-divelog.org +Go to http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface to subscribe. If you want to contribute code, please either send signed-off patches or diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 64d646b69..1fa8150dc 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,34 @@ + Subsurface 4.3 Beta 1 + ===================== + +Some of the changes since Subsurface 4.2 + +- Multi filter: filter the dive list by many criteria including tags, + people who were on the dive, location, suit, etc +- Cut and paste support when editing dives: copy selected components + of a dive and paste them into one or more other dives. This makes + it easy to add the same equipment, buddies, tags or other aspects + of a dive into others +- Tissue saturation visualization +- Configuration of the OSTC 2 and 3 as well as the Suunto Vyper + family of dive computers +- Support for extra data that can be downloaded from some dive + computers, including information like battery levels, no fly times, + etc (only as supported by the dive computer) +- Better visualization of the gases used during a dive ("tank bar") +- Ability to re-plan dives +- Import dive logs from Liquivision and Cochran software +- Import dive logs from the Poseidon Mk6 CCR +- Many improvements to HTML export +- Improvements on HiDPI displays +- Experimental CCR support: (someone explain what does and does not work, please) + +Known bugs + +- this appears to be a bug in Qt. When changing the password needed + authenticate with a proxy, Subsurface will not use the new password + until after a restart + Subsurface 4.2 ==============