system() fixed model Apple Silicon
This commit is contained in:
parent
7292158ba1
commit
1ec1d0ba24
@ -82,6 +82,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
|||||||
|
|
||||||
| Version | Date | Comment |
|
| Version | Date | Comment |
|
||||||
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
||||||
|
| 5.17.9 | 2023-02-11 | `system()` fixed model Apple Silicon |
|
||||||
| 5.17.8 | 2023-01-30 | `system()` improved virtual host detection for Parallels |
|
| 5.17.8 | 2023-01-30 | `system()` improved virtual host detection for Parallels |
|
||||||
| 5.17.7 | 2023-01-29 | `processes()` fixed CPU usage info (windows) |
|
| 5.17.7 | 2023-01-29 | `processes()` fixed CPU usage info (windows) |
|
||||||
| 5.17.6 | 2023-01-29 | `processes()` fixed Node Version 8 compatibility issue |
|
| 5.17.6 | 2023-01-29 | `processes()` fixed Node Version 8 compatibility issue |
|
||||||
|
|||||||
@ -57,6 +57,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">5.17.9</th>
|
||||||
|
<td>2023-02-11</td>
|
||||||
|
<td><span class="code">system()</span> fix model Apple Silicon</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.17.8</th>
|
<th scope="row">5.17.8</th>
|
||||||
<td>2023-01-30</td>
|
<td>2023-01-30</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>
|
||||||
<div class="version">New Version: <span id="version">5.17.8</span></div>
|
<div class="version">New Version: <span id="version">5.17.9</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