cpu() fixed cache sizes, extended sockets (windows)
This commit is contained in:
parent
fe3c6ce7f1
commit
344402ebeb
@ -82,6 +82,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
||||
| 5.18.10 | 2023-07-28 | `cpu()` fixed cache sizes, extended sockets (windows) |
|
||||
| 5.18.9 | 2023-07-26 | `fsSize()` fixed missing rw property (windows) |
|
||||
| 5.18.8 | 2023-07-25 | `cpu()` added AMD ZEN 4 base frequencies |
|
||||
| 5.18.7 | 2023-07-12 | `osInfo()` added macOS Sonoma code name (mac OS) |
|
||||
|
||||
@ -57,6 +57,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.18.10</th>
|
||||
<td>2023-07-28</td>
|
||||
<td><span class="code">cpu()</span> fixed chach sizes, extended sockets (windows)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.18.9</th>
|
||||
<td>2023-07-26</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.18.9</span></div>
|
||||
<div class="version">New Version: <span id="version">5.18.10</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">
|
||||
@ -212,7 +212,7 @@
|
||||
<div class="title">Downloads last month</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||
<div class="numbers">633</div>
|
||||
<div class="numbers">634</div>
|
||||
<div class="title">Dependents</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -542,6 +542,15 @@ const socketTypes = {
|
||||
61: 'LGA4189',
|
||||
62: 'LGA1200',
|
||||
63: 'LGA4677',
|
||||
64: 'LGA1700',
|
||||
65: 'BGA1744',
|
||||
66: 'BGA1781',
|
||||
67: 'BGA1211',
|
||||
68: 'BGA2422',
|
||||
69: 'LGA1211',
|
||||
70: 'LGA2422',
|
||||
71: 'LGA5773',
|
||||
72: 'BGA5773',
|
||||
};
|
||||
|
||||
const socketTypesByName = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user