cpu() clean brand string
This commit is contained in:
parent
133b557eb6
commit
c26fa98124
@ -90,6 +90,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
|||||||
|
|
||||||
| Version | Date | Comment |
|
| Version | Date | Comment |
|
||||||
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
||||||
|
| 5.24.6 | 2025-01-02 | `cpu()` clean brand string (linux) |
|
||||||
| 5.24.5 | 2025-01-02 | `users()` improved date parsing (macOS) |
|
| 5.24.5 | 2025-01-02 | `users()` improved date parsing (macOS) |
|
||||||
| 5.24.4 | 2025-01-02 | `__proto__` added prototypes |
|
| 5.24.4 | 2025-01-02 | `__proto__` added prototypes |
|
||||||
| 5.24.3 | 2025-01-01 | `__proto__` deno compatibility |
|
| 5.24.3 | 2025-01-01 | `__proto__` deno compatibility |
|
||||||
|
|||||||
@ -57,6 +57,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">5.24.6</th>
|
||||||
|
<td>2025-01-02</td>
|
||||||
|
<td><span class="code">cpu()</span> clean brand string (linux)</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.24.5</th>
|
<th scope="row">5.24.5</th>
|
||||||
<td>2025-01-02</td>
|
<td>2025-01-02</td>
|
||||||
|
|||||||
@ -170,7 +170,7 @@
|
|||||||
<img class="logo" src="assets/logo.png" alt="logo">
|
<img class="logo" src="assets/logo.png" alt="logo">
|
||||||
<div class="title">systeminformation</div>
|
<div class="title">systeminformation</div>
|
||||||
<div class="subtitle"><span id="typed"></span> </div>
|
<div class="subtitle"><span id="typed"></span> </div>
|
||||||
3<div class="version">New Version: <span id="version">5.24.5</span></div>
|
3<div class="version">New Version: <span id="version">5.24.6</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>
|
<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>
|
||||||
<div class="down">
|
<div class="down">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user