Squash release notes and update VERSION to v1.4.0-beta-1

This commit is contained in:
Phil Olynyk 2022-05-09 14:03:12 -04:00
parent f3273b2045
commit 4be1194d48
2 changed files with 4 additions and 24 deletions

View File

@ -11,7 +11,7 @@
<b>This page in other languages:</b>
<br><a href=http://www.apneaboard.com/wiki/index.php/OSCAR_Release_Notes>http://www.apneaboard.com/wiki/index.php/OSCAR_Release_Notes</a></p>
<p>
<b>Changes and fixes in OSCAR v1.3.5-alpha.X</b>
<b>Changes and fixes in OSCAR v1.4.0-beta-1</b>
<br>Portions of OSCAR are © 2019-2022 by
<i>The OSCAR Team</i></p>
<ul>
@ -19,6 +19,8 @@
<ul>
<li>DreamStation 2 CPAP (410X150C)</li>
<li>DreamStation 2 Auto CPAP Advanced (520X130C)</li>
<li>DreamStation 2 Auto CPAP Advanced (520X110C, 520X150C)</li>
<li>DreamStation 2 Auto CPAP Advanced with P-Flex (521X120C)</li>
<li>BiPAP Auto (System One 60 Series) (761P)</li>
<li>BiPAP autoSV Advanced 30 (System One 60 Series) (961TCA)</li>
<li>REMstar Auto (System One) (552P)</li>
@ -26,30 +28,8 @@
</li>
<li>[fix] Added support for pressure pulse, CA, and VS on BiPAP autoSV Advanced 30 (System One 60 Series) (960T).</li>
<li>[fix] Fixed pressure settings scale on BiPAP autoSV Advanced 30 (System One 60 Series) (960T).</li>
</ul>
<p>
<b>Changes and fixes in OSCAR v1.3.5-alpha.2</b>
<br>Portions of OSCAR are © 2019-2022 by
<i>The OSCAR Team</i></p>
<ul>
<li>[new] Additional Philips Respironics devices tested and fully supported:
<ul>
<li>DreamStation 2 Auto CPAP Advanced with P-Flex (521X120C)</li>
</ul>
</li>
<li>[fix] File Export Sessions now exports statistics session data properly.</li>
<li>[fix] Fixed a rare crash on import when encountering corrupted Philips Respironics directories.</li>
</ul>
<p>
<b>Changes and fixes in OSCAR v1.3.5-alpha.0</b>
<br>Portions of OSCAR are © 2019-2022 by
<i>The OSCAR Team</i></p>
<ul>
<li>[new] Additional Philips Respironics devices tested and fully supported:
<ul>
<li>DreamStation 2 Auto CPAP Advanced (520X110C, 520X150C)</li>
</ul>
</li>
<li>[new] Test Mantis integration.</li>
</ul>
<p>

View File

@ -1,4 +1,4 @@
// Update the string below to set OSCAR's version and release status.
// See https://semver.org/spec/v2.0.0.html for details on format.
#define VERSION "1.3.5-alpha.3"
#define VERSION "1.4.0-beta-1"