mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Getting ready for Beta 3
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f8d19d83a3
commit
3f9049290e
3 changed files with 11 additions and 12 deletions
14
README
14
README
|
@ -1,17 +1,13 @@
|
||||||
|
|
||||||
This is the README file for Subsurface 4.1.91, the second Beta for 4.2
|
This is the README file for Subsurface 4.1.92, the third Beta for 4.2
|
||||||
|
|
||||||
We fixed literally dozens of bugs since the first Beta so this one to me
|
The second Beta had a rather unpleasant bug where notes text turned into
|
||||||
is looking a lot better (printing, various corner cases in the planner and
|
HTML. That (and a couple of other bugs) was fixed for Beta 3. We think
|
||||||
elsewhere), but there are still a few known and likely a few unknown
|
this is reasonably close to being able to be released.
|
||||||
problems...
|
|
||||||
|
|
||||||
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
|
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
|
reasonably well tested by our developers, there's always a risk that this
|
||||||
could eat your data file in unexpected ways.
|
could eat your data file in unexpected ways (as Beta 2 has shown).
|
||||||
|
|
||||||
Report bugs and issues at http://trac.hohndel.org
|
Report bugs and issues at http://trac.hohndel.org
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
Subsurface 4.2 Beta 2
|
Subsurface 4.2 Beta 3
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
Some of the changes since 4.1
|
Some of the changes since 4.1
|
||||||
|
|
||||||
- Dive Planner got added again, using the graphical profile editor
|
- Dive Planner got added again, using the graphical profile editor
|
||||||
|
(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
|
- Pictures can be associated with dives and shown in the profile
|
||||||
- Printing was quite a bit improved
|
(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
|
||||||
- Data entry for dives is much more intuitive and consistent
|
- Data entry for dives is much more intuitive and consistent
|
||||||
- First steps towards an HTML exporter
|
- First steps towards an HTML exporter
|
||||||
- Support to import dive log files from Seabear dive computers
|
- Support to import dive log files from Seabear dive computers
|
||||||
|
|
|
@ -15,7 +15,7 @@ DEPENDPATH += qt-ui
|
||||||
mac: TARGET = Subsurface
|
mac: TARGET = Subsurface
|
||||||
else: TARGET = subsurface
|
else: TARGET = subsurface
|
||||||
|
|
||||||
VERSION = 4.1.91
|
VERSION = 4.1.92
|
||||||
|
|
||||||
HEADERS = \
|
HEADERS = \
|
||||||
color.h \
|
color.h \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue