mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Version bump
This commit is contained in:
parent
51873bef91
commit
1b518be11c
@ -4,19 +4,21 @@
|
||||
|
||||
<p><h2><b>Release Notes</b></h2></p>
|
||||
<p>Greetings!</p>
|
||||
<p>For a lot of you, this is a minor interim release mainly to bring the various platform builds in sync again and fix a couple of crashes.<br/>
|
||||
To native Mac users this is a fairly large update because you missed out on the last one, if you weren't using the windows one in Parallels/etc.... (Thanks for being so patient!)</p>
|
||||
|
||||
<p>A long time in the making, but better late than never, here is a new and hopefully improved SleepyHead build.</p>
|
||||
<p>The primary purpose of this build is to bring all SleepyHead's platform releases back into sync.</p>
|
||||
<p>To native Mac users this is a fairly large update because you missed out on the last one, if you weren't using the windows one in Parallels/etc.... (Thanks for being so patient!)</p>
|
||||
<p>Oximetry importing support has been improved, so now you should be able to import directly from your CMS50X oximeters without messing around with the windows software.<br/>
|
||||
Please remember, for achieving the best sync, always start your oximeter at the same time as your CPAP machine!</br>
|
||||
<p>Fisher & Paykel Icon users should have a better experience, as SleepyHead now imports flow waveform (and I'm not even sure the last build worked properly!)</p>
|
||||
|
||||
<p>I (Jedimark) am so very greatful for those who have stepped up to help out while I've been out of action.
|
||||
Also like to thank</p>
|
||||
<p>I am extremly grateful for those who have stepped up to help out while I've been out of action. I'm glad to report I'm now fully back into the action.</p>
|
||||
|
||||
<b>New features & bugs fixes in this Update:</b><br/>
|
||||
|
||||
<list>
|
||||
<li>Improved CMS50 Oximetry serial importing</li>
|
||||
<li>Improved CMS50 Oximetry serial importing, including support for CMS50E & F models</li>
|
||||
<li>The foundations of loadable translations for non-English speakers</li>
|
||||
<li>Better Fisher & Paykel ICON support</li>
|
||||
<li>Printing works on Mac OSX 10.8.x again</li>
|
||||
<li>Support for the PRS1 Series 60, in large part due to a patch from Keary Griffin.</li>
|
||||
<li>A bunch of small PRS1 fixes, especially for the AutoSV.</li>
|
||||
@ -27,8 +29,9 @@ Also like to thank</p>
|
||||
|
||||
<p><b>Sleep Well, and have fun!</b></p>
|
||||
<p><b><i>The SleepyHead Team</i></b><br/>
|
||||
Mark Watkins (JediMark)<br/>
|
||||
Richard Freeman (rich0)<br/>
|
||||
James Marshall (Breathe Jimbo)</p>
|
||||
Mark Watkins (JediMark) [ Programming, and unintentional bug maker :-} ]<br/>
|
||||
James Marshall (Breathe Jimbo) [ Mac build magician & lead tester ]<br/>
|
||||
Richard Freeman (rich0) [ Linux support, bugfixes & packaging ]</br>
|
||||
A big thanks to Pugsy over at CPAPTalk for all her hard work on SleepyHead documentation</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -5,8 +5,8 @@
|
||||
|
||||
const int major_version=0;
|
||||
const int minor_version=9;
|
||||
const int revision_number=3;
|
||||
const int release_number=5;
|
||||
const int revision_number=4;
|
||||
const int release_number=0;
|
||||
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user