mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Getting read for Beta 2
Tiny updates to Relnotes and README, include the latest formatted manual, change the version in the project file Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
758374917f
commit
359613210b
4 changed files with 13 additions and 6 deletions
|
@ -1127,7 +1127,7 @@ the <strong>Dive Notes</strong> and the <strong>Equipment</strong> tabs on the t
|
||||||
<div class="paragraph"><p>The date and time of the dive, gas mixture and (often) water temperature is
|
<div class="paragraph"><p>The date and time of the dive, gas mixture and (often) water temperature is
|
||||||
shown as obtained from the dive computer, but the user needs to add some
|
shown as obtained from the dive computer, but the user needs to add some
|
||||||
additional information by hand in order to have a more complete dive record.
|
additional information by hand in order to have a more complete dive record.
|
||||||
The message in a blue box at
|
If the contents of this tab is changed or edited in any way, the message in a blue box at
|
||||||
the top of the panel indicates that the dive is being edited. If the user
|
the top of the panel indicates that the dive is being edited. If the user
|
||||||
clicks on the <strong>Dive Notes</strong> tab, the following fields are
|
clicks on the <strong>Dive Notes</strong> tab, the following fields are
|
||||||
visible:</p></div>
|
visible:</p></div>
|
||||||
|
@ -1541,7 +1541,9 @@ files with a CSV extension:</p></div>
|
||||||
<div class="paragraph"><p>There are pre-configured definitions for some dive computers, e.g. the APD
|
<div class="paragraph"><p>There are pre-configured definitions for some dive computers, e.g. the APD
|
||||||
rebreathers. If the user’s dive computer is on this list, it should be selected
|
rebreathers. If the user’s dive computer is on this list, it should be selected
|
||||||
using the dropdown
|
using the dropdown
|
||||||
box labeled <em>Pre-configured imports</em>. Finally <em>OK</em> should be clicked and
|
box labeled <em>Pre-configured imports</em>. Select the button at the bottom right
|
||||||
|
to indicate whether the dive data are in metric of imperial units.
|
||||||
|
Finally <em>OK</em> should be clicked and
|
||||||
the dive will be imported and listed in the <strong>Dive List</strong> tab of <em>Subsurface</em>.</p></div>
|
the dive will be imported and listed in the <strong>Dive List</strong> tab of <em>Subsurface</em>.</p></div>
|
||||||
<div class="paragraph"><p>If the dive computer is not on the pre-configured list, the user must
|
<div class="paragraph"><p>If the dive computer is not on the pre-configured list, the user must
|
||||||
select the <em>Field
|
select the <em>Field
|
||||||
|
@ -4208,7 +4210,7 @@ you may stay in the water for a long time, but spend most of it at the surface.
|
||||||
<div id="footnotes"><hr /></div>
|
<div id="footnotes"><hr /></div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2014-07-16 23:06:39 PDT
|
Last updated 2014-07-18 10:16:43 PDT
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
7
README
7
README
|
@ -1,5 +1,10 @@
|
||||||
|
|
||||||
This is the README file for Subsurface 4.1.90, the first Beta for 4.2
|
This is the README file for Subsurface 4.1.91, the second Beta for 4.2
|
||||||
|
|
||||||
|
We fixed literally dozens of bugs since the first Beta so this one to me
|
||||||
|
is looking a lot better (printing, various corner cases in the planner and
|
||||||
|
elsewhere), but there are still a few known and likely a few unknown
|
||||||
|
problems...
|
||||||
|
|
||||||
A lot of the internals of Subsurface changed, and quite a few new features
|
A lot of the internals of Subsurface changed, and quite a few new features
|
||||||
got added (see the Releasenotes.txt).
|
got added (see the Releasenotes.txt).
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Subsurface 4.2 Beta 1
|
Subsurface 4.2 Beta 2
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
Some of the changes since 4.1
|
Some of the changes since 4.1
|
||||||
|
|
|
@ -15,7 +15,7 @@ DEPENDPATH += qt-ui
|
||||||
mac: TARGET = Subsurface
|
mac: TARGET = Subsurface
|
||||||
else: TARGET = subsurface
|
else: TARGET = subsurface
|
||||||
|
|
||||||
VERSION = 4.1.90
|
VERSION = 4.1.91
|
||||||
|
|
||||||
HEADERS = \
|
HEADERS = \
|
||||||
color.h \
|
color.h \
|
||||||
|
|
Loading…
Add table
Reference in a new issue