From f87fa82de3289b2193ac7c45f5b8b40e76382210 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Fri, 18 Nov 2022 10:39:09 +0100 Subject: [PATCH] audio() added types for windows --- 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 61c1aa9..1734bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | +| 5.13.4 | 2022-11-18 | `users()` fix issue (windows) | | 5.13.3 | 2022-11-18 | `cpuTemperature()` fix main temp (linux) | | 5.13.2 | 2022-11-18 | `cpuTemperature()` fix main temp (linux) | | 5.13.1 | 2022-11-18 | `processLoad()` fix main pid (linux) | diff --git a/docs/history.html b/docs/history.html index f592806..f0c409b 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@ + + 5.13.4 + 2022-11-18 + users() fix issue (windows) + 5.13.3 2022-11-18 diff --git a/docs/index.html b/docs/index.html index 96252e3..45c8dd0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.13.3
+
New Version: 5.13.4