mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Change Beta-1 to beta.1 and minor change to Release Notes.
This commit is contained in:
parent
5bc1d60a54
commit
00b4651bc4
@ -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 & 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>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user