diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e3451c..b9cba81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,6 +82,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | +| 5.16.0 | 2022-12-01 | `fsSize()` added rw (win, linux, mac OS, BSD) | | 5.15.1 | 2022-11-29 | fix typescript typings | | 5.15.0 | 2022-11-29 | `blockDevices()` added device (win, linux, mac OS) | | 5.14.4 | 2022-11-21 | `osInfo()` improved uefi parsing (FreeBSD) | diff --git a/README.md b/README.md index 8dbbbca..87e9063 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ si.cpu() (last 7 major and minor version releases) +- Version 5.16.0: `fsSize()` added rw property +- Version 5.15.0: `blockDevices()` added device - Version 5.14.0: `blockDevices()` added raid group member (linux) - Version 5.13.0: `networkConnections()` added process name (mac OS) - Version 5.12.0: `cpu()` added performance and efficiency cores @@ -489,6 +491,7 @@ Full function reference with examples can be found at [https://systeminformation | | [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 | +| | [0].rw | X | X | X | X | | read and write (false if read only) | | si.fsOpenFiles(cb) | {...} | X | X | X | | | count max/allocated file descriptors | | | max | X | X | X | | | max file descriptors | | | allocated | X | X | X | | | current open files count | diff --git a/docs/filesystem.html b/docs/filesystem.html index 2b1d3ef..e3c19a3 100644 --- a/docs/filesystem.html +++ b/docs/filesystem.html @@ -742,6 +742,16 @@ setInterval(function() {