mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Preparing for Beta 1
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
74616cdddf
commit
c983dc0c75
3 changed files with 29 additions and 2 deletions
14
README
14
README
|
@ -1,5 +1,17 @@
|
|||
|
||||
This is the README file for Subsurface 4.1
|
||||
This is the README file for Subsurface 4.1.90, the first Beta for 4.2
|
||||
|
||||
A lot of the internals of Subsurface changed, and quite a few new features
|
||||
got added (see the Releasenotes.txt).
|
||||
|
||||
Please be very careful when using it on your real data - while this is
|
||||
reasonably well tested by our developers, there's always a risk that this
|
||||
could eat your data file in unexpected ways.
|
||||
|
||||
Report bugs and issues at http://trac.hohndel.org
|
||||
|
||||
Previous REAMDE
|
||||
===============
|
||||
|
||||
This is mainly a bug fix release, but there are rather significant changes
|
||||
under the hood. Check the ReleaseNotes.txt for details.
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
Subsurface 4.2 Beta 1
|
||||
=====================
|
||||
|
||||
Some of the changes since 4.1
|
||||
|
||||
- Dive Planner got added again, using the graphical profile editor
|
||||
- Pictures can be associated with dives and shown in the profile
|
||||
- Printing was quite a bit improved
|
||||
- Data entry for dives is much more intuitive and consistent
|
||||
- First steps towards an HTML exporter
|
||||
- Support to import dive log files from Seabear dive computers
|
||||
- user survey added to learn more about the needs of out users
|
||||
|
||||
(I'm sure there are more things I am missing)
|
||||
|
||||
Subsurface 4.1
|
||||
==============
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ DEPENDPATH += qt-ui
|
|||
mac: TARGET = Subsurface
|
||||
else: TARGET = subsurface
|
||||
|
||||
VERSION = 4.1.0
|
||||
VERSION = 4.1.90
|
||||
|
||||
HEADERS = \
|
||||
color.h \
|
||||
|
|
Loading…
Reference in a new issue