mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
latest minor updates
update French translation file for Arie update release notes added ds go auto 500G150 model
This commit is contained in:
parent
9866f49138
commit
5dd690469e
@ -10,6 +10,19 @@
|
||||
<p>
|
||||
<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.5.1</b>
|
||||
<br>Portions of OSCAR are © 2019-2023 by
|
||||
<i>The OSCAR Team</i></p>
|
||||
<ul>
|
||||
<li>[new] Added DS Go Auto 500G150 model</li>
|
||||
<li>[fix] Disabled pixmap caching</li>
|
||||
<li>[fix] High Resolution display issue</li>
|
||||
<ul><li> Setting added to Preferences > Appearance to enable/disable High Resolution mode</li>
|
||||
<li> Setting is disabled by default</li></ul>
|
||||
<li>[fix] Checkupdates fixed</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<b>Changes and fixes in OSCAR v1.5.0</b>
|
||||
<br>Portions of OSCAR are © 2019-2023 by
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
/* SleepLib PRS1 Loader Implementation
|
||||
*
|
||||
* Copyright (c) 2019-2022 The OSCAR Team
|
||||
* Copyright (c) 2019-2023 The OSCAR Team
|
||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU General Public
|
||||
@ -128,6 +128,7 @@ static const PRS1TestedModel s_PRS1TestedModels[] = {
|
||||
{ "501X120", 0, 6, "DreamStation Auto CPAP with P-Flex" },
|
||||
{ "500G110", 0, 6, "DreamStation Go Auto" },
|
||||
{ "500G120", 0, 6, "DreamStation Go Auto" },
|
||||
{ "500G150", 0, 6, "DreamStation Go Auto" },
|
||||
{ "502G150", 0, 6, "DreamStation Go Auto" },
|
||||
{ "600X110", 0, 6, "DreamStation BiPAP Pro" },
|
||||
{ "600X150", 0, 6, "DreamStation BiPAP Pro" },
|
||||
|
Loading…
Reference in New Issue
Block a user