diff --git a/CHANGELOG.md b/CHANGELOG.md index c06b8af..88cfff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,6 +72,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 5.3.0 | 2020-02-12 | `osInfo()` added remoteSession (windows) | | 5.2.7 | 2020-02-12 | `fsStats()`, `blockDevices()` improved linux | | 5.2.6 | 2020-02-12 | `inetLatency()` fixed possible DOS intrusion | | 5.2.5 | 2020-02-11 | `processes()` fixed truncated params (linux) | diff --git a/README.md b/README.md index 61e480c..f1f5956 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ si.cpu() (last 7 major and minor version releases) +- Version 5.3.0: `osInfo()` added remoteSession (win only) - Version 5.2.0: `wifiInterfaces()` and `wifiConnections()` added - Version 5.1.0: `memLayout()` added ECC flag, `bios()` added language, features (linux) - Version 5.0.0: new version 5 - attention there are some breaking changes. See [detailed version 5 changes here][changes5-url]. @@ -325,6 +326,7 @@ Full function reference with examples can be found at [https://systeminformation | | servicepack | | | | X | | service pack version | | | uefi | X | X | X | X | | OS started via UEFI | | | hypervisor | | | | X | | hyper-v enabled? (win only) | +| | remoteSession | | | | X | | runs in remote session (win only) | | si.uuid(cb) | {...} | X | X | X | X | X | object of several UUIDs | | | os | X | X | X | X | | os specific UUID | | | hardware | X | X | X | X | | hardware specific UUID | diff --git a/docs/history.html b/docs/history.html index c557c78..f0e4d75 100644 --- a/docs/history.html +++ b/docs/history.html @@ -56,6 +56,11 @@
+