graphics() fixed non nvidia-smi controllers (win)
This commit is contained in:
parent
cddfdd3d85
commit
b1d1963fa9
@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| -------------- | -------------- | -------- |
|
||||
| 4.34.3 | 2020-01-06 | `graphics()` fixed non nvidia-smi controllers (win) |
|
||||
| 4.34.2 | 2020-01-05 | `system()` uuid lowercase as in uuid() |
|
||||
| 4.34.1 | 2020-01-05 | `graphics()` nvidia-smi detection improved |
|
||||
| 4.34.0 | 2020-01-05 | `system()` added flag virtual |
|
||||
|
||||
@ -910,4 +910,4 @@ All other trademarks are the property of their respective owners.
|
||||
[mmon-npm-url]: https://npmjs.org/package/mmon
|
||||
[mmon-github-url]: https://github.com/sebhildebrandt/mmon
|
||||
|
||||
[smc-code-url]: https://github.com/pcafstockf/osx-temperature-sensor
|
||||
[smc-code-url]: https://github.com/pcafstockf/smc-reader
|
||||
|
||||
@ -65,8 +65,7 @@
|
||||
</ul>
|
||||
<p>OSX Temperature: credits here are going to:</p>
|
||||
<ul>
|
||||
<li>Massimiliano Marcon <a href="https://github.com/mmarcon" rel="nofollow">mmarcon</a> for his work on <a href="https://github.com/mmarcon/node-smc" rel="nofollow">smc-code</a></li>
|
||||
<li>Sébastien Lavoie <a href="https://github.com/lavoiesl" rel="nofollow">lavoiesl</a> for his work on <a href="https://github.com/lavoiesl/osx-cpu-temp" rel="nofollow">osx-cpu-temp</a> code.</li>
|
||||
<li>Frank Stock <a href="https://github.com/pcafstockf" rel="nofollow">pcafstockf</a> for his work on <a href="https://github.com/pcafstockf/smc-reader" rel="nofollow">smc-reader</a></li>
|
||||
</ul>
|
||||
<p>Many thanks also to all who provided help or filed an issue. This really helps improving this package!</p>
|
||||
</div>
|
||||
|
||||
@ -83,6 +83,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">4.34.3</th>
|
||||
<td>2020-01-06</td>
|
||||
<td><span class="code">graphics()</span> issue non nvidia-smi controllers fixed (win)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.34.2</th>
|
||||
<td>2020-01-05</td>
|
||||
|
||||
@ -169,7 +169,7 @@
|
||||
<img class="logo" src="assets/logo.png">
|
||||
<div class="title">systeminformation</div>
|
||||
<div class="subtitle"><span id="typed"></span></div>
|
||||
<div class="version">Current Version: <span id="version">4.34.2</span></div>
|
||||
<div class="version">Current Version: <span id="version">4.34.3</span></div>
|
||||
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
|
||||
</div>
|
||||
<div class="down">
|
||||
|
||||
@ -801,6 +801,8 @@ function graphics(callback) {
|
||||
}
|
||||
return windowsSubDeviceId === nvidiaSubDeviceId;
|
||||
}) || {});
|
||||
} else {
|
||||
return controller;
|
||||
}
|
||||
});
|
||||
// displays
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user