networkConnections: improved parsing (macOS)
This commit is contained in:
parent
e8732d42b9
commit
ac467eee0d
@ -90,6 +90,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
||||
| 5.23.12 | 2024-12-13 | `networkConnections()` fixed wrond PID parsing (macOS) |
|
||||
| 5.23.11 | 2024-12-13 | `networkConnections()` fixed wrond PID parsing (macOS) |
|
||||
| 5.23.10 | 2024-12-12 | `time()` changed retrieval of timezones (linux, macOS) |
|
||||
| 5.23.9 | 2024-12-11 | `typings` added definitions with overload |
|
||||
|
||||
@ -57,6 +57,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.23.21</th>
|
||||
<td>2024-12-13</td>
|
||||
<td><span class="code">networkConnections()</span> fixed PID parsing macOS >= version 15 (macOS)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.23.11</th>
|
||||
<td>2024-12-13</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.23.11</span></div>
|
||||
<div class="version">New Version: <span id="version">5.23.12</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