diff --git a/CHANGELOG.md b/CHANGELOG.md index aee953d..6941bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 5.9.10 | 2021-11-11 | `powerShell` transition from `wmic` (windows) | | 5.9.9 | 2021-10-27 | `graphics` fixed screen resolution issue (windows) | | 5.9.8 | 2021-10-22 | `wmic` fixed code page issues (windows) | | 5.9.7 | 2021-10-09 | `battery()` fixed typo seperator (windows) | @@ -445,8 +446,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | 3.37.2 | 2018-02-15 | fixed bug `battery().percent` for macOS | | 3.37.1 | 2018-02-13 | fixed bug `battery().ischarging` for macOS | | 3.37.0 | 2018-02-11 | extended FreeBSD support `networkStats()` | -| 3.36. -0 | 2018-02-11 | extended FreeBSD support `networkConnections()` | +| 3.36.0 | 2018-02-11 | extended FreeBSD support `networkConnections()` | | 3.35.0 | 2018-02-11 | extended FreeBSD support `processLoad()` | | 3.34.1 | 2018-02-11 | updated docs | | 3.34.0 | 2018-02-10 | first partial FreeBSD support | diff --git a/docs/history.html b/docs/history.html index 2b3f902..9ef8b05 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@ + + 5.9.10 + 2021-11-11 + powerShell transition, replacing wmic (windows) + 5.9.9 2021-10-27 diff --git a/docs/index.html b/docs/index.html index e72a1d0..6eaf978 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.9.9
+
New Version: 5.9.10