cpu() improved socket detection by name (windows)
This commit is contained in:
parent
7e87b7ec28
commit
72e836fa6f
@ -80,6 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| -------------- | -------------- | -------- |
|
||||
| 5.11.8 | 2022-03-11 | `cpu()` improved socket detection by name (windows) |
|
||||
| 5.11.7 | 2022-03-10 | `cpuTemperature()` fix NaN issue (windows) |
|
||||
| 5.11.6 | 2022-03-01 | typescript typings fix `diskLayout()` |
|
||||
| 5.11.5 | 2022-02-26 | fixed parsing issues (windows) |
|
||||
|
||||
@ -57,6 +57,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.11.8</th>
|
||||
<td>2022-03-11</td>
|
||||
<td><span class="code">cpu()</span> improved socket detection by name (windows)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.11.7</th>
|
||||
<td>2022-03-10</td>
|
||||
|
||||
@ -170,7 +170,7 @@
|
||||
<img class="logo" src="assets/logo.png">
|
||||
<div class="title">systeminformation</div>
|
||||
<div class="subtitle"><span id="typed"></span> </div>
|
||||
<div class="version">New Version: <span id="version">5.11.7</span></div>
|
||||
<div class="version">New Version: <span id="version">5.11.8</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">
|
||||
@ -206,7 +206,7 @@
|
||||
</div>
|
||||
<div class="row number-section">
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||
<div class="numbers">15,202</div>
|
||||
<div class="numbers">15,225</div>
|
||||
<div class="title">Lines of code</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user