From cce481b077f6937362607213b16f1b31188cf267 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Fri, 11 Nov 2022 07:52:48 +0100 Subject: [PATCH] replace Get-WmiObject with Get-CimInstance (win) --- 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 2e10753..78bff6e 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.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 | | 5.12.11 | 2022-10-27 | `wifiInterfaces()`, `wifiConnections` improved parsing (linux) | diff --git a/docs/history.html b/docs/history.html index 772ae5d..4084734 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@ + + 5.12.14 + 2022-11-11 + Restored powershell compatibility for version 7.3 (windows) + 5.12.13 2022-11-06 diff --git a/docs/index.html b/docs/index.html index 7dc6ec9..72d83f0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.12.13
+
New Version: 5.12.14