From 012d446f2515afec8b42874cc89d86f51432a828 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Wed, 21 Aug 2024 19:36:36 +0200 Subject: [PATCH] processLoad() linux fix * (linux) --- 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 c94441e9..8f9fd1ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | +| 5.23.5 | 2024-08-21 | `processLoad()` fixed * process list (linux) | | 5.23.4 | 2024-08-06 | `baseboard()` `chassis()` cleaned defaults (linux) | | 5.23.3 | 2024-08-02 | `usb()` fixed duplicate entries (windows) | | 5.23.2 | 2024-08-01 | `execSync()` fixed EFAULT (linux) | diff --git a/docs/history.html b/docs/history.html index 18d620ac..1bd5abb9 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@

Full version history

+ + 5.23.5 + 2024-08-21 + processLoad() fixed * process list (linux) + 5.23.4 2024-08-06 diff --git a/docs/index.html b/docs/index.html index c34697fe..30856288 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.23.4
+
New Version: 5.23.5