From 083889c0afa0535af4b7cbfa5011bb1c3f53ff23 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Sun, 16 Jun 2019 17:16:35 +0200 Subject: [PATCH] wifiNetworks() bug fixes --- CHANGELOG.md | 1 + README.md | 2 ++ docs/history.html | 9 +++++++-- docs/index.html | 2 +- lib/index.js | 2 +- lib/wifi.js | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6cd409..1807188 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.11.2 | 2019-06-16 | `wifiNetworks()` bug fixes | | 4.11.1 | 2019-06-15 | updated docs | | 4.11.0 | 2019-06-14 | `wifiNetworks()` added available wifi networks | | 4.10.0 | 2019-06-14 | `graphics()` windows multiple display support | diff --git a/README.md b/README.md index 8a9c020..08b6331 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ This next major version release 4.0 comes with several optimizations and changes - reworked network section: this will now return more information and allows to get networkStats for more than one interface at once. - dockerContainerStats for multiple containers or all containers at once - optimized graphics controller and display detection +- added wifiNetworks to get available wifi networks +- added vboxInfo to get detailed vm information - added chassis information - better Raspberry-PI detection - lot of minor improvements diff --git a/docs/history.html b/docs/history.html index 3b6922a..c402c3a 100644 --- a/docs/history.html +++ b/docs/history.html @@ -47,7 +47,7 @@

Breaking Changes