From ac467eee0d9418512cfb0820563335fbb1e9da4a Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Fri, 13 Dec 2024 07:55:41 +0100 Subject: [PATCH] networkConnections: improved parsing (macOS) --- CHANGELOG.md | 1 + docs/history.html | 5 +++++ docs/index.html | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df176b9..7b5ca3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 | diff --git a/docs/history.html b/docs/history.html index 812fea2..76ba248 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@ + + 5.23.21 + 2024-12-13 + networkConnections() fixed PID parsing macOS >= version 15 (macOS) + 5.23.11 2024-12-13 diff --git a/docs/index.html b/docs/index.html index 88c76fa..e04b2fa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.23.11
+
New Version: 5.23.12