mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
First stab at README and ReleaseNotes for 4.3
It's never too early to start... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
910d1cff74
commit
87575a24c2
2 changed files with 39 additions and 8 deletions
16
README
16
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
|
||||
|
|
|
@ -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
|
||||
==============
|
||||
|
||||
|
|
Loading…
Reference in a new issue