From 264b6b133714750e5ac89cbfbeb4dd2ff31084da Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Wed, 16 Nov 2022 11:19:09 +0100 Subject: [PATCH] networkConnections() adapted parsing to reflect also UDP (mac OS) --- 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 78bff6e..0522d16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | +| 5.12.15 | 2022-11-16 | `networkConnections()` adapted parsing to reflect also UDP (mac OS) | | 5.12.14 | 2022-11-11 | restored `powershell` compatibility for version 7.3 (windows) | | 5.12.13 | 2022-11-06 | updated docs | | 5.12.12 | 2022-11-03 | fix typescript typings | diff --git a/docs/history.html b/docs/history.html index 4084734..243ea19 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@ + + 5.12.15 + 2022-11-16 + networkConnections() adapted parsing to reflect also UDP (mac OS) + 5.12.14 2022-11-11 diff --git a/docs/index.html b/docs/index.html index 72d83f0..73a30fc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.12.14
+
New Version: 5.12.15