diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7cc38..704cfb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,7 +83,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | -| 5.20.1 | 2023-08-28 | `graphics()` improved vendor, model parsing (linux) `memLayout()` DDR5 detection (windows) | +| 5.21.0 | 2023-08-28 | `graphics()` added subvendor (linux) `memLayout()` DDR5 detection (windows) | | 5.20.0 | 2023-08-25 | `mem()` added writenack and dirty (linux) | | 5.19.1 | 2023-08-23 | `wifiNetworks()` improved SSID parsing (macOS) | | 5.19.0 | 2023-08-22 | `currentLoad()` added steal and guest time (linux) | diff --git a/README.md b/README.md index 42739ee..c478fbf 100644 --- a/README.md +++ b/README.md @@ -328,7 +328,8 @@ Full function reference with examples can be found at [https://systeminformation | --------------- | ------------------------- | ----- | --- | --- | --- | --- | ------------------------------------------- | | si.graphics(cb) | {...} | X | | X | X | | arrays of graphics controllers and displays | | | controllers[] | X | | X | X | | graphics controllers array | -| | ...[0].vendor | X | | X | X | | e.g. ATI | +| | ...[0].vendor | X | | X | X | | e.g. NVIDIA | +| | ...[0].subvendor | X | | | | | e.g. Gigabyte | | | ...[0].vendorId | | | X | | | vendor ID | | | ...[0].model | X | | X | X | | graphics controller model | | | ...[0].deviceId | | | X | | | device ID | diff --git a/docs/graphics.html b/docs/graphics.html index 7307d57..528ca52 100644 --- a/docs/graphics.html +++ b/docs/graphics.html @@ -95,7 +95,17 @@