Skip to content

Commit 012d446

Browse files
processLoad() linux fix * (linux)
1 parent 55a1fc2 commit 012d446

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
8383

8484
| Version | Date | Comment |
8585
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
86+
| 5.23.5 | 2024-08-21 | `processLoad()` fixed * process list (linux) |
8687
| 5.23.4 | 2024-08-06 | `baseboard()` `chassis()` cleaned defaults (linux) |
8788
| 5.23.3 | 2024-08-02 | `usb()` fixed duplicate entries (windows) |
8889
| 5.23.2 | 2024-08-01 | `execSync()` fixed EFAULT (linux) |

docs/history.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ <h3>Full version history</h3>
5757
</tr>
5858
</thead>
5959
<tbody>
60+
<tr>
61+
<th scope="row">5.23.5</th>
62+
<td>2024-08-21</td>
63+
<td><span class="code">processLoad()</span> fixed * process list (linux)</td>
64+
</tr>
6065
<tr>
6166
<th scope="row">5.23.4</th>
6267
<td>2024-08-06</td>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<img class="logo" src="assets/logo.png" alt="logo">
171171
<div class="title">systeminformation</div>
172172
<div class="subtitle"><span id="typed"></span>&nbsp;</div>
173-
<div class="version">New Version: <span id="version">5.23.4</span></div>
173+
<div class="version">New Version: <span id="version">5.23.5</span></div>
174174
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
175175
</div>
176176
<div class="down">

0 commit comments

Comments
 (0)