diff --git a/CHANGELOG.md b/CHANGELOG.md index 089d239..2b18ec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 4.33.0 | 2020-12-21 | `graphics()` nvidia-smi support (linux, windows) | | 4.32.0 | 2020-12-14 | `graphics()` clinfo support (linux) | | 4.31.2 | 2020-12-14 | `graphics()` Windows 7 Graphics Fixes (Multi Monitor) | | 4.31.1 | 2020-12-11 | `inetLatency()` command injection vulnaribility fix | diff --git a/README.md b/README.md index 0be5bd3..71dae5a 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ si.cpu() (last 7 major and minor version releases) +- Version 4.33.0: `graphics()` added nvidia-smi support (linux, windows) - Version 4.32.0: `graphics()` added clinfo support (linux) - Version 4.31.0: `osInfo()` added FQDN - Version 4.30.0: `get()` added possibility to provide parameters diff --git a/docs/history.html b/docs/history.html index 734b762..273a256 100644 --- a/docs/history.html +++ b/docs/history.html @@ -83,6 +83,11 @@ + + 4.33.0 + 2020-12-21 + graphics() nvidia-smi support (linux) + 4.32.0 2020-12-14 diff --git a/docs/index.html b/docs/index.html index 4a73a1a..832f0e8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -169,7 +169,7 @@
systeminformation
-
Current Version: 4.32.0
+
Current Version: 4.33.0