graphics() added nvidia-smi support (linux, windows)
This commit is contained in:
parent
bbce459de1
commit
f7d826e351
@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| -------------- | -------------- | -------- |
|
||||
| 4.33.0 | 2020-12-21 | `graphics()` nvidia-smi support (linux, windows) |
|
||||
| 4.32.0 | 2020-12-14 | `graphics()` clinfo support (linux) |
|
||||
| 4.31.2 | 2020-12-14 | `graphics()` Windows 7 Graphics Fixes (Multi Monitor) |
|
||||
| 4.31.1 | 2020-12-11 | `inetLatency()` command injection vulnaribility fix |
|
||||
|
||||
@ -93,6 +93,7 @@ si.cpu()
|
||||
|
||||
(last 7 major and minor version releases)
|
||||
|
||||
- Version 4.33.0: `graphics()` added nvidia-smi support (linux, windows)
|
||||
- Version 4.32.0: `graphics()` added clinfo support (linux)
|
||||
- Version 4.31.0: `osInfo()` added FQDN
|
||||
- Version 4.30.0: `get()` added possibility to provide parameters
|
||||
|
||||
@ -83,6 +83,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">4.33.0</th>
|
||||
<td>2020-12-21</td>
|
||||
<td><span class="code">graphics()</span> nvidia-smi support (linux)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.32.0</th>
|
||||
<td>2020-12-14</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.32.0</span></div>
|
||||
<div class="version">Current Version: <span id="version">4.33.0</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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user