diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d7072..fb90a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | +| 5.21.22 | 2023-12-22 | `README.md` updated docs and HTML | | 5.21.21 | 2023-12-21 | added end of year message | | 5.21.20 | 2023-12-03 | `powerShell()` fix invalid pattern (windows) | | 5.21.19 | 2023-12-03 | fix typescript typings | diff --git a/README.md b/README.md index 4b88d24..7315610 100644 --- a/README.md +++ b/README.md @@ -389,7 +389,7 @@ Full function reference with examples can be found at [https://systeminformation | Function | Result object | Linux | BSD | Mac | Win | Sun | Comments | | --------------------- | ------------- | ----- | --- | --- | --- | --- | -------------------------------------------------------------------------------------------------------------------------------------------------- | | si.osInfo(cb) | {...} | X | X | X | X | X | OS information | -| | platform | X | X | X | X | X | 'linux', 'darwin', 'win32', ... | +| | platform | X | X | X | X | X | 'linux', 'darwin', 'Windows', ... | | | distro | X | X | X | X | X | | | | release | X | X | X | X | X | | | | codename | X | | X | | | | diff --git a/docs/history.html b/docs/history.html index 8301d44..600e260 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@
+