diff --git a/CHANGELOG.md b/CHANGELOG.md index bf009f4..1b1ee91 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.3 | 2020-01-06 | `graphics()` fixed non nvidia-smi controllers (win) | | 4.34.2 | 2020-01-05 | `system()` uuid lowercase as in uuid() | | 4.34.1 | 2020-01-05 | `graphics()` nvidia-smi detection improved | | 4.34.0 | 2020-01-05 | `system()` added flag virtual | diff --git a/README.md b/README.md index 972790a..c689212 100644 --- a/README.md +++ b/README.md @@ -910,4 +910,4 @@ All other trademarks are the property of their respective owners. [mmon-npm-url]: https://npmjs.org/package/mmon [mmon-github-url]: https://github.com/sebhildebrandt/mmon -[smc-code-url]: https://github.com/pcafstockf/osx-temperature-sensor +[smc-code-url]: https://github.com/pcafstockf/smc-reader diff --git a/docs/contributors.html b/docs/contributors.html index 2d8ba73..4c60de3 100644 --- a/docs/contributors.html +++ b/docs/contributors.html @@ -65,8 +65,7 @@

OSX Temperature: credits here are going to:

Many thanks also to all who provided help or filed an issue. This really helps improving this package!

diff --git a/docs/history.html b/docs/history.html index b6f8c70..c46b57c 100644 --- a/docs/history.html +++ b/docs/history.html @@ -83,6 +83,11 @@ + + 4.34.3 + 2020-01-06 + graphics() issue non nvidia-smi controllers fixed (win) + 4.34.2 2020-01-05 diff --git a/docs/index.html b/docs/index.html index 420adde..6cd7d69 100644 --- a/docs/index.html +++ b/docs/index.html @@ -169,7 +169,7 @@
systeminformation
-
Current Version: 4.34.2
+
Current Version: 4.34.3
diff --git a/lib/graphics.js b/lib/graphics.js index 3cfdb48..3a65cc9 100644 --- a/lib/graphics.js +++ b/lib/graphics.js @@ -801,6 +801,8 @@ function graphics(callback) { } return windowsSubDeviceId === nvidiaSubDeviceId; }) || {}); + } else { + return controller; } }); // displays