cpuCurrentSpeed() denno speed workarround
This commit is contained in:
parent
938b192589
commit
987080b9b8
@ -90,6 +90,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
||||
| 5.25.1 | 2025-01-05 | `cpuCurrentSpeed()` denno speed workarround |
|
||||
| 5.25.0 | 2025-01-05 | `versions()` added homebrew |
|
||||
| 5.24.9 | 2025-01-04 | `checkWebsite()` reestablished certificate validation |
|
||||
| 5.24.9 | 2025-01-04 | `checkWebsite()` reestablished certificate validation |
|
||||
|
||||
@ -57,6 +57,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.25.1</th>
|
||||
<td>2024-01-05</td>
|
||||
<td><span class="code">cpuCurrentSpeed()</span> Deno workarround</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.25.0</th>
|
||||
<td>2024-01-05</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>
|
||||
3<div class="version">New Version: <span id="version">5.25.0</span></div>
|
||||
3<div class="version">New Version: <span id="version">5.25.1</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