diff options
-rw-r--r-- | README | 10 | ||||
-rw-r--r-- | ReleaseNotes.txt | 5 | ||||
-rw-r--r-- | subsurface.pro | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1,9 +1,11 @@ -This is the README file for Subsurface 4.1.92, the third Beta for 4.2 +This is the README file for Subsurface 4.1.93, the fourth Beta for 4.2 -The second Beta had a rather unpleasant bug where notes text turned into -HTML. That (and a couple of other bugs) was fixed for Beta 3. We think -this is reasonably close to being able to be released. +We made one more Beta available in order to improve the print subsystem - +in our testing this improved things quite a bit for most situations, but +we are still eager to get feedback on where things go badly. +Also, Beta 4 includes many updates to the translations plus a bunch of +fixes for the HTML export. 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 diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 573e54724..0900b3a28 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,4 +1,4 @@ - Subsurface 4.2 Beta 3 + Subsurface 4.2 Beta 4 ===================== Some of the changes since 4.1 @@ -7,8 +7,7 @@ Some of the changes since 4.1 (we still cannot re-plan a planned dive - this is on the todo list) - Pictures can be associated with dives and shown in the profile (once a picture was added, we have no UI to delete it - also in the next version) -- Printing changed - some things got better, but the rasterization of the - profile is really annoying. More work to be done there +- Printing is much 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 diff --git a/subsurface.pro b/subsurface.pro index ed4c53fee..ccf0f90da 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -15,7 +15,7 @@ DEPENDPATH += qt-ui mac: TARGET = Subsurface else: TARGET = subsurface -VERSION = 4.1.92 +VERSION = 4.1.93 HEADERS = \ color.h \ |