diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ecc019..0a6610f 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.34.0 | 2020-01-05 | `system()` added flag virtual | | 4.33.8 | 2020-01-04 | `virtualBox()` fix issue windows host | | 4.33.7 | 2020-01-04 | `graphics()` nvidia-smi detection improved | | 4.33.6 | 2021-01-02 | `dockerContainerStats()` fix `tx` changed to `wx` as documented | diff --git a/README.md b/README.md index 65a701d..7b27ae5 100644 --- a/README.md +++ b/README.md @@ -107,15 +107,13 @@ si.cpu() (last 7 major and minor version releases) +- Version 4.34.0: `system()` added flag virtual (linux, windows) - 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 - Version 4.29.0: `fsSize()` correct fs type detection macOS (HFS, APFS, NFS) - Version 4.28.0: `graphics()` added deviceName (Windows) -- Version 4.27.0: `observe()` added observe / watch function -- Version 4.26.0: `diskLayout()` added full S.M.A.R.T data (Linux) -- Version 4.25.0: `get()` added function to get partial system info - ... You can find all changes here: [detailed changelog][changelog-url] @@ -157,6 +155,8 @@ I also created a nice little command line tool called [mmon][mmon-github-url] (m | | serial | X | X | X | X | | serial number | | | uuid | X | X | X | X | | UUID | | | sku | X | X | X | X | | SKU number | +| | virtual | X | X | | X | | is virtual machine | +| | raspberry | X | | | | | optional raspberry revision data | | si.bios(cb) | {...} | X | X | X | X | | bios information | | | vendor | X | X | X | X | | e.g. 'AMI' | | | version | X | X | | X | | version | diff --git a/docs/history.html b/docs/history.html index 3f307ae..6f4bfdc 100644 --- a/docs/history.html +++ b/docs/history.html @@ -83,6 +83,11 @@
+