Skip to content

Commit ac467ee

Browse files
networkConnections: improved parsing (macOS)
1 parent e8732d4 commit ac467ee

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
9090

9191
| Version | Date | Comment |
9292
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
93+
| 5.23.12 | 2024-12-13 | `networkConnections()` fixed wrond PID parsing (macOS) |
9394
| 5.23.11 | 2024-12-13 | `networkConnections()` fixed wrond PID parsing (macOS) |
9495
| 5.23.10 | 2024-12-12 | `time()` changed retrieval of timezones (linux, macOS) |
9596
| 5.23.9 | 2024-12-11 | `typings` added definitions with overload |

docs/history.html

+5
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ <h3>Full version history</h3>
5757
</tr>
5858
</thead>
5959
<tbody>
60+
<tr>
61+
<th scope="row">5.23.21</th>
62+
<td>2024-12-13</td>
63+
<td><span class="code">networkConnections()</span> fixed PID parsing macOS >= version 15 (macOS)</td>
64+
</tr>
6065
<tr>
6166
<th scope="row">5.23.11</th>
6267
<td>2024-12-13</td>

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<img class="logo" src="assets/logo.png" alt="logo">
171171
<div class="title">systeminformation</div>
172172
<div class="subtitle"><span id="typed"></span>&nbsp;</div>
173-
<div class="version">New Version: <span id="version">5.23.11</span></div>
173+
<div class="version">New Version: <span id="version">5.23.12</span></div>
174174
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
175175
</div>
176176
<div class="down">

0 commit comments

Comments
 (0)