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