mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
Update version/notes for release.
Signed-off-by: Richard Freeman <rich0@gentoo.org>
This commit is contained in:
parent
1ae3a95bd3
commit
0985da51cf
@ -1,19 +1,19 @@
|
|||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<h1><image src='qrc:/docs/sheep.png' width=64 height=64>SleepyHead v0.9.2 <b>BETA</b></h1>
|
<h1><image src='qrc:/docs/sheep.png' width=64 height=64>SleepyHead v0.9.3 <b>BETA</b></h1>
|
||||||
|
|
||||||
<p><h2><b>Release Notes</b></h2></p>
|
<p><h2><b>Release Notes</b></h2></p>
|
||||||
<p>Hi There!</p>
|
<p>Hi There!</p>
|
||||||
<p>This is just a minor update, but it added some new functionality to the auto-updater.</p>
|
<p>Thanks for bearing with us this year - it has been a crazy year for some of us, and we're thankful for a few who have stepped up to help out. Anyone who wants to contribue to SleepyHead (whether with code, documentation, or just helping those with questions), please contact us or post one one of the lists/forums on our website.</p>
|
||||||
<b>New features & bugs fixes in this Update:</b></br>
|
<b>New features & bugs fixes in this Update:</b></br>
|
||||||
<list>
|
<list>
|
||||||
<li>Auto-Updater test for Windows & Mac Platforms</li>
|
<li>Impproved Auto-Updater previously released in a test release.</li>
|
||||||
<li>Adds Total Leaks Overview chart for PRS1 Users.</li>
|
<li>Support for the PRS1 Series 60, in large part due to a patch from Keary Griffin.</li>
|
||||||
<li>Preliminary ZEO CSV Support, and simple SleepStage line graph</li>
|
<li>A bunch of small PRS1 fixes, especially for the AutoSV.</li>
|
||||||
<li>Fixes Overview AHI chart showing "No Data" on 0.00 days.</li>
|
<li>Added Flow Limit to the summary and overview screens. This can be a useful indicator in certain types of apnea.</li>
|
||||||
<li>Fixes crash after using Preferences before importing first data.</li>
|
<li>Some 64-bit fixes, and some other bugfixes mainly useful to those building from source, especially on linux.</li>
|
||||||
<li>Fixes first minute of Resp. Rate & Minute Vent calcs not showing data. (You will have to Data->Advanced->Purge CPAP Data and then reimport if you want this, as recalc won't do it)</li>
|
<li>Added Melbourne as a timezone option.</li>
|
||||||
<li>Cursor up/down zoom did not take into account hidden graphs</li>
|
<li>Fixed some issues with the prescription changes table with certain machines.</li>
|
||||||
</list>
|
</list>
|
||||||
<p><b>Would you like to help test breaky stuff?</b></p>
|
<p><b>Would you like to help test breaky stuff?</b></p>
|
||||||
<p>Advanced users who are willing, can now help test future updates, so we can hopefully avoid unleashing unintentonally buggy versions on everyone else.</p>
|
<p>Advanced users who are willing, can now help test future updates, so we can hopefully avoid unleashing unintentonally buggy versions on everyone else.</p>
|
||||||
@ -23,5 +23,6 @@
|
|||||||
|
|
||||||
<p><b>Sleep Well, and have fun!</b></p>
|
<p><b>Sleep Well, and have fun!</b></p>
|
||||||
<p>Mark Watkins (JediMark)</p>
|
<p>Mark Watkins (JediMark)</p>
|
||||||
|
<p>Richard Freeman (rich0)</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
const int major_version=0;
|
const int major_version=0;
|
||||||
const int minor_version=9;
|
const int minor_version=9;
|
||||||
const int revision_number=2;
|
const int revision_number=3;
|
||||||
const int release_number=3;
|
const int release_number=0;
|
||||||
|
|
||||||
const QString VersionString=QString().sprintf("%i.%i.%i",major_version,minor_version,revision_number);
|
const QString VersionString=QString().sprintf("%i.%i.%i",major_version,minor_version,revision_number);
|
||||||
const QString FullVersionString=QString().sprintf("%i.%i.%i-%i",major_version,minor_version,revision_number,release_number);
|
const QString FullVersionString=QString().sprintf("%i.%i.%i-%i",major_version,minor_version,revision_number,release_number);
|
||||||
|
Loading…
Reference in New Issue
Block a user