From c8e5d9a6d0f2cac6251de4e621beb70e1b119e4b Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Tue, 7 Jan 2025 16:55:37 +0100 Subject: [PATCH] shell() added pawershell detection --- 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 e26bfa6..23cb57f 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.25.5 | 2025-01-07 | `shell()` detect powerShell (windows) | | 5.25.4 | 2025-01-06 | `versions()` improved powerShell parsing (windows) | | 5.25.3 | 2025-01-05 | `memLayout()` improved speed parsing (windows) | | 5.25.2 | 2025-01-05 | `battery()` improved serial and model parsing (macOS) | diff --git a/docs/history.html b/docs/history.html index bba7c52..0056d03 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@ + + 5.25.5 + 2024-01-07 + shell() detect powerShell (windows) + 5.25.4 2024-01-06 diff --git a/docs/index.html b/docs/index.html index cd97e88..f89c92f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
- 3
New Version: 5.25.4
+ 3
New Version: 5.25.5