diff options
-rw-r--r-- | README | 14 | ||||
-rw-r--r-- | ReleaseNotes.txt | 15 | ||||
-rw-r--r-- | subsurface.pro | 2 |
3 files changed, 29 insertions, 2 deletions
@@ -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. diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index e3bbb7528..8b1d61896 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -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 ============== diff --git a/subsurface.pro b/subsurface.pro index 150f4d33c..9fa793a4d 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -15,7 +15,7 @@ DEPENDPATH += qt-ui mac: TARGET = Subsurface else: TARGET = subsurface -VERSION = 4.1.0 +VERSION = 4.1.90 HEADERS = \ color.h \ |