From 9e8160c9080de056b72187a130d61fb9fcf6cfaa Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Thu, 26 Aug 2021 11:39:29 +0200 Subject: [PATCH] graphics() fix empty controllers (macOS) --- 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 f38bf93..f4d5886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,6 +77,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 5.8.3 | 2021-08-26 | `graphics()` fix empty controller (macOS) | | 5.8.2 | 2021-08-24 | `baseboard()`, `getDefaultNetworkInterface()` fix catch error | | 5.8.1 | 2021-08-24 | `battery()` fix capacity | | 5.8.0 | 2021-08-02 | `disksIO()` added waitTime, waitPercent (linux) | diff --git a/docs/history.html b/docs/history.html index f12d5da..36a76f9 100644 --- a/docs/history.html +++ b/docs/history.html @@ -56,6 +56,11 @@ + + 5.8.3 + 2021-08-26 + graphics() fix empty controller (macOS) + 5.8.2 2021-08-24 diff --git a/docs/index.html b/docs/index.html index f29cc64..5afd7aa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.8.2
+
New Version: 5.8.3