mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-19 12:10:45 +00:00
Fix TempEnable glitch, update changelog, bump build number
This commit is contained in:
parent
09e07997ef
commit
c2391056a6
@ -1037,7 +1037,7 @@ void ResmedImport::run()
|
|||||||
}
|
}
|
||||||
if (R.s_TempEnable >= 0) {
|
if (R.s_TempEnable >= 0) {
|
||||||
sess->settings[RMS9_TempEnable] = (short)R.s_TempEnable;
|
sess->settings[RMS9_TempEnable] = (short)R.s_TempEnable;
|
||||||
if ((R.s_TempEnable >= 0) && (R.s_Temp >= 0)){
|
if ((R.s_TempEnable >= 1) && (R.s_Temp >= 0)){
|
||||||
sess->settings[RMS9_Temp] = (short)R.s_Temp;
|
sess->settings[RMS9_Temp] = (short)R.s_Temp;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
const int build_number = 0;
|
const int build_number = 1;
|
||||||
|
@ -1,8 +1,16 @@
|
|||||||
<!DOCTYPE ChangeLog>
|
<!DOCTYPE ChangeLog>
|
||||||
<b>Changes and fixes in v1.0.0 beta</b>
|
<b>Changes and fixes in v1.0.0-1 beta</b>
|
||||||
|
<version number="1.0.0-beta-1">
|
||||||
|
<list>
|
||||||
|
<li>Added AirCurve/AirSense machine settings</li>
|
||||||
|
<li>A proper Time at Pressure chart replaced the By Pressuretext abomination</li>
|
||||||
|
<li>Redid Unintentional Leaks calcluations using a simple Mask Profile in Preferences</li>
|
||||||
|
<li>Make Release Notes welcome message translate-able (should the changelog be too?)</li>
|
||||||
|
</list>
|
||||||
|
|
||||||
|
<b>Changes and fixes in v1.0.0-0 beta</b>
|
||||||
<version number="1.0.0-beta-0">
|
<version number="1.0.0-beta-0">
|
||||||
<list>
|
<list>
|
||||||
<li>Make Release Notes welcome message translate-able (should the changelog be too?)</li>
|
|
||||||
<li>Tons of other bug fixes</li>
|
<li>Tons of other bug fixes</li>
|
||||||
<li>Fix dodgy PRS1 ASV pressure settings</li>
|
<li>Fix dodgy PRS1 ASV pressure settings</li>
|
||||||
<li>Resolve duplicate RX changes issue</li>
|
<li>Resolve duplicate RX changes issue</li>
|
||||||
|
@ -1 +1 @@
|
|||||||
0
|
1
|
||||||
|
Loading…
Reference in New Issue
Block a user