diff --git a/CHANGELOG.md b/CHANGELOG.md index 49894d2..926fc75 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.23.9 | 2020-04-29 | `currentLoad()` workarround for no os.cpus info | | 4.23.8 | 2020-04-26 | `getMacAddresses()` fix added try catch | | 4.23.7 | 2020-04-26 | `getCpuCurrentSpeedSync()` workarround fix | | 4.23.6 | 2020-04-25 | `networkGatewayDefault()` bug fix no interfaces | diff --git a/docs/gettingstarted.html b/docs/gettingstarted.html index 078806e..21c9b64 100644 --- a/docs/gettingstarted.html +++ b/docs/gettingstarted.html @@ -56,13 +56,15 @@
Node.js comes with some basic OS information, but I always wanted a little more. So I came up to write this - little library. This library is still work in progress. It is supposed to be used as a node.js backend/server-side library (will definilely not work within a browser). It requires node.js version 4.0 and above.
+ little library. This library is still work in progress. It requires node.js version 4.0 and above.I was able to test it on several Debian, Raspbian, Ubuntu distributions as well as macOS (Mavericks, Yosemite, El Captain, Sierra, High Sierra, Mojave) and some Windows 7, Windows 10, FreeBSD, OpenBSD, NetBSD and SunOS machines. Not all functions are supported on all operating systems. Have a look at the function reference in the docs to get further details.
If you have comments, suggestions & reports, please feel free to contact me on github!
I also created a nice little command line tool called mmon (micro-monitor) for Linux and macOS, also available via github and npm
+This library is supposed to be used as a node.js backend/server-side library and will definilely not work within a browser.
$ npm install systeminformation --savediff --git a/docs/history.html b/docs/history.html index 9fbc1a7..d6565d6 100644 --- a/docs/history.html +++ b/docs/history.html @@ -83,14 +83,19 @@ +