From c807f2c13e93085240d8e8a58226d1c230cb2efd Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Sun, 21 Jan 2024 16:03:05 +0100 Subject: [PATCH] osInfo() improved release version parsing (linux) --- CHANGELOG.md | 3 ++- docs/history.html | 7 ++++++- docs/index.html | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d19d276..8da627a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,7 +83,8 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | -| 5.21.23 | 2024-01-20 | `cpu()` improved CPU speed parsing | +| 5.21.24 | 2024-01-21 | `osInfo()` improved release version parsing (linux) | +| 5.21.23 | 2024-01-20 | `cpu()` improved CPU speed parsing (linux) | | 5.21.22 | 2023-12-22 | `README.md` updated docs and HTML | | 5.21.21 | 2023-12-21 | added end of year message | | 5.21.20 | 2023-12-03 | `powerShell()` fix invalid pattern (windows) | diff --git a/docs/history.html b/docs/history.html index 9748419..340a570 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,10 +57,15 @@ + + 5.21.24 + 2024-01-21 + osInfo() improved release version parsing (linux) + 5.21.23 2024-01-20 - cpu() improved cpu speed parsing + cpu() improved cpu speed parsing (linux) 5.21.22 diff --git a/docs/index.html b/docs/index.html index 90d6298..62f84ae 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.21.23
+
New Version: 5.21.24