Update VERSION to 1.3.0-beta.3. Update Release Notes.

This commit is contained in:
Guy Scharf 2021-09-26 10:44:44 -07:00
parent 9f4cd79b3d
commit 03238360c2
2 changed files with 5 additions and 2 deletions

View File

@ -11,12 +11,13 @@
<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 Beta ***</b>
<b>Changes and fixes in OSCAR v1.3.0 Beta 3</b>
<br>Portions of OSCAR are © 2019-2021 by
<i>The OSCAR Team</i></p>
<ul>
<li>[new] Add support for additional Viatom/Wellue filename conventions.</li>
<li>[new] Add support for unreadably low SpO2 samples on Viatom/Wellue oximeters.</li>
<li>[fix] Fix AVAPS pressure settings.</li>
<li>[fix] Check for Updates no longer shows test versions to release users.</li>
<li>[fix] Rx pressures shown correctly in Profile dialog.</li>
<li>[fix] Resolve empty CPAP data card zips on macOS Big Sur.</li>
@ -26,6 +27,8 @@
<li>[ffx] Weight, BMI, and Zombie are on Overview, not Statistics page.</li>
<li>[ffx] Overview page updated correctly when Weight or Zombie values are changed.</li>
<li>[ffx] Various corrections to language files.</li>
<li>[ffx] SleepStyle loader now has higher resolution for leak rate (1 per second instead of 1 per 2 minutes).</li>
<li>[ffx] Correct problems with settings display for AirSense 11.</li>
</ul>
<p>
<b>Changes and fixes in OSCAR v1.3.0 Beta 2/b>

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.2"
#define VERSION "1.3.0-beta.3"