processLoad() linux fix * (linux)
This commit is contained in:
parent
55a1fc2a3a
commit
012d446f25
@ -83,6 +83,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
||||
| 5.23.5 | 2024-08-21 | `processLoad()` fixed * process list (linux) |
|
||||
| 5.23.4 | 2024-08-06 | `baseboard()` `chassis()` cleaned defaults (linux) |
|
||||
| 5.23.3 | 2024-08-02 | `usb()` fixed duplicate entries (windows) |
|
||||
| 5.23.2 | 2024-08-01 | `execSync()` fixed EFAULT (linux) |
|
||||
|
||||
@ -57,6 +57,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.23.5</th>
|
||||
<td>2024-08-21</td>
|
||||
<td><span class="code">processLoad()</span> fixed * process list (linux)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.23.4</th>
|
||||
<td>2024-08-06</td>
|
||||
|
||||
@ -170,7 +170,7 @@
|
||||
<img class="logo" src="assets/logo.png" alt="logo">
|
||||
<div class="title">systeminformation</div>
|
||||
<div class="subtitle"><span id="typed"></span> </div>
|
||||
<div class="version">New Version: <span id="version">5.23.4</span></div>
|
||||
<div class="version">New Version: <span id="version">5.23.5</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