Change Beta-1 to beta.1 and minor change to Release Notes.

This commit is contained in:
Guy Scharf 2021-08-26 12:11:26 -07:00
parent 5bc1d60a54
commit 00b4651bc4
2 changed files with 3 additions and 3 deletions

View File

@ -11,11 +11,10 @@
<b>For other languages, go to:</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.0</b>
<b>Changes and fixes in OSCAR v1.3.0 Beta 1</b>
<br>Portions of OSCAR are © 2019-2021 by
<i>The OSCAR Team</i></p>
<ul>
<li>[new] Add Traditional Chinese to languages available.</li>
<li>[new] Add preliminary support for ResMed AirSense 11 CPAP machines.</li>
<li>[new] Add support for Fisher &amp; Paykel SleepStyle CPAP machines.</li>
<li>[new] Add support for DeVilbiss BLUE (DV6x) CPAP machines.</li>
@ -35,6 +34,7 @@
<li>[new] Multi-file import for non-CPAP loaders (Somnopose, Viatom, Zeo, Dreem)</li>
<li>[new] Weight, BMI and Zombie history appear in statistics</li>
<li>[new] Add Turkish signal names to RedMed loader.</li>
<li>[new] Add Traditional Chinese to languages available.</li>
<li>[fix] Correct calculation of average leak rate on Welcome page.</li>
<li>[fix] Correct installation of non-English Release Notes on Windows.</li>
<li>[fix] About/Credits page now offers Google translations to other languages.</li>

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.0-beta-1"
#define VERSION "1.3.0-beta.1"