diff --git a/CHANGELOG.md b/CHANGELOG.md index a6ba7c3..e5ac599 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 | | -------------- | -------------- | -------- | +| 5.0.8 | 2020-01-30 | typescript typings fix cpuCurrentSpeed | | 5.0.7 | 2020-01-29 | `fsSize()` available fixed windows and typescript typings | | 5.0.6 | 2020-01-28 | `osinfo()` added hypervisor (win only) | | 5.0.5 | 2020-01-27 | `networkInterfaces()` type detection improved (win) | diff --git a/README.md b/README.md index 4bef4b9..3305471 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,7 @@ Full function reference with examples can be found at [https://systeminformation | | [0].type | X | X | X | X | | type of file system | | | [0].size | X | X | X | X | | sizes in bytes | | | [0].used | X | X | X | X | | used in bytes | +| | [0].available | X | X | X | X | | used in bytes | | | [0].use | X | X | X | X | | used in % | | | [0].mount | X | X | X | X | | mount point | | si.fsOpenFiles(cb) | {...} | X | X | X | | | count max/allocated file descriptors | diff --git a/docs/history.html b/docs/history.html index 1f18959..5f73015 100644 --- a/docs/history.html +++ b/docs/history.html @@ -56,6 +56,11 @@
+