diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3bcca3..7fe13c4 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.19.1 | 2023-08-23 | `wifiNetworks()` improved SSID parsing (macOS) |
| 5.19.0 | 2023-08-22 | `currentLoad()` added steal and guest time (linux) |
| 5.18.15 | 2023-08-10 | `npm` command extended |
| 5.18.14 | 2023-08-09 | `fsSIze()` fixed syntax error |
diff --git a/README.md b/README.md
index 24050f3..f42efb0 100644
--- a/README.md
+++ b/README.md
@@ -130,11 +130,11 @@ si.cpu()
- Version 5.19.0: `currentLoad()` added steal and guest time (linux)
- Version 5.18.0: `fsSize()` added optional drive parameter
-- Version 5.17.0: `graphics()` added positionX, positionY (mac OS)
+- Version 5.17.0: `graphics()` added positionX, positionY (macOS)
- 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.13.0: `networkConnections()` added process name (macOS)
- Version 5.12.0: `cpu()` added performance and efficiency cores
- Version 5.11.0: `networkInterfaces()` added default property and default parameter
- Version 5.10.0: basic `android` support
diff --git a/docs/history.html b/docs/history.html
index faba9f6..495ec34 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -57,6 +57,11 @@
+
+ | 5.19.1 |
+ 2023-08-23 |
+ wifiNetworks() improved parsing SSID (macOS) |
+
| 5.19.0 |
2023-08-22 |
@@ -105,22 +110,22 @@
| 5.18.7 |
2023-07-12 |
- osInfo() added macOS Sonoma code name (mac OS) |
+ osInfo() added macOS Sonoma code name (macOS) |
| 5.18.6 |
2023-06-28 |
- graphics() fixed catch errors (mac OS) |
+ graphics() fixed catch errors (macOS) |
| 5.18.5 |
2023-06-26 |
- cpu() fix parsing amd (mac OS) |
+ cpu() fix parsing amd (macOS) |
| 5.18.4 |
2023-06-22 |
- graphics() fixed parsing (mac OS) |
+ graphics() fixed parsing (macOS) |
| 5.18.3 |
@@ -150,7 +155,7 @@
| 5.17.16 |
2023-05-30 |
- usb() fix parsing JSON (mac OS) |
+ usb() fix parsing JSON (macOS) |
| 5.17.15 |
@@ -160,7 +165,7 @@
| 5.17.14 |
2023-05-29 |
- diskLayout() osInfo()fix parsing issue (mac OS) |
+ diskLayout() osInfo()fix parsing issue (macOS) |
| 5.17.13 |
@@ -225,12 +230,12 @@
| 5.17.1 |
2023-01-06 |
- graphics() positionX, positionY Ventura fix (mac OS) |
+ graphics() positionX, positionY Ventura fix (macOS) |
| 5.17.0 |
2023-01-06 |
- graphics() added positionX, positionY (mac OS) |
+ graphics() added positionX, positionY (macOS) |
| 5.16.9 |
@@ -240,7 +245,7 @@
| 5.16.8 |
2022-12-22 |
- processes() params truncated fix (mac OS) |
+ processes() params truncated fix (macOS) |
| 5.16.7 |
@@ -280,7 +285,7 @@
| 5.16.0 |
2022-12-01 |
- fsSize() added rw attribute (win, linux, mac OS, BSD) |
+ fsSize() added rw attribute (win, linux, macOS, BSD) |
| 5.15.1 |
@@ -290,7 +295,7 @@
| 5.15.0 |
2022-11-29 |
- blockDevices() added device (win, linux, mac OS) |
+ blockDevices() added device (win, linux, macOS) |
| 5.14.4 |
@@ -345,12 +350,12 @@
| 5.13.0 |
2022-11-17 |
- networkConnections() added process name (mac OS) |
+ networkConnections() added process name (macOS) |
| 5.12.15 |
2022-11-16 |
- networkConnections() adapted parsing to reflect also UDP (mac OS) |
+ networkConnections() adapted parsing to reflect also UDP (macOS) |
| 5.12.14 |
@@ -375,7 +380,7 @@
| 5.12.10 |
2022-10-25 |
- bluetoothDevices() adapted to new profile (mac OS) |
+ bluetoothDevices() adapted to new profile (macOS) |
| 5.12.9 |
@@ -400,7 +405,7 @@
| 5.12.5 |
2022-08-11 |
- cpu() virtualization fix (mac OS) |
+ cpu() virtualization fix (macOS) |
| 5.12.4 |
@@ -410,7 +415,7 @@
| 5.12.3 |
2022-08-04 |
- networkInterfaces() operstate fix (mac OS) |
+ networkInterfaces() operstate fix (macOS) |
| 5.12.2 |
@@ -450,7 +455,7 @@
| 5.11.22 |
2022-06-24 |
- processes() improved parsing (linux, mac OS) |
+ processes() improved parsing (linux, macOS) |
| 5.11.21 |
@@ -495,12 +500,12 @@
| 5.11.13 |
2022-04-21 |
- networkStats() improved scanning (mac OS) |
+ networkStats() improved scanning (macOS) |
| 5.11.12 |
2022-04-19 |
- battery() improved M1 support (mac OS) |
+ battery() improved M1 support (macOS) |
| 5.11.11 |
@@ -605,17 +610,17 @@
| 5.9.18 |
2022-01-08 |
- wifiConnections() fix empty issue (mac OS) |
+ wifiConnections() fix empty issue (macOS) |
| 5.9.17 |
2021-12-07 |
- wifiNetworks() fix empty issue (mac OS) |
+ wifiNetworks() fix empty issue (macOS) |
| 5.9.16 |
2021-12-05 |
- wifiNetworks() adaption for Apple silicon (mac OS) |
+ wifiNetworks() adaption for Apple silicon (macOS) |
| 5.9.15 |
@@ -625,7 +630,7 @@
| 5.9.14 |
2021-11-17 |
- versions() python 2 monterey (deprecated warning) fix (mac OS) |
+ versions() python 2 monterey (deprecated warning) fix (macOS) |
| 5.9.13 |
@@ -1000,7 +1005,7 @@
| 5.2.3 |
2021-02-11 |
- diskLayout() added USB drives (mac OS) |
+ diskLayout() added USB drives (macOS) |
| 5.2.2 |
@@ -1045,7 +1050,7 @@
| 5.0.9 |
2021-02-02 |
- fsSize() fixed parsing edge case issue mac OS |
+ fsSize() fixed parsing edge case issue macOS |
| 5.0.8 |
@@ -1180,7 +1185,7 @@
| 4.33.1 |
2020-12-22 |
- versions() fixed issue (mac OS) |
+ versions() fixed issue (macOS) |
| 4.33.0 |
@@ -1225,7 +1230,7 @@
| 4.30.8 |
2020-11-30 |
- fsSize() catch error (mac OS) |
+ fsSize() catch error (macOS) |
| 4.30.7 |
@@ -1620,7 +1625,7 @@
| 4.18.0 |
2020-01-07 |
- networkInterfaces() added dhcp for mac OS, added dhcp linux fallback |
+ networkInterfaces() added dhcp for macOS, added dhcp linux fallback |
| 4.17.3 |
@@ -1645,7 +1650,7 @@
| 4.16.1 |
2020-01-01 |
- networkInterfaces() bug fix (mac OS) |
+ networkInterfaces() bug fix (macOS) |
| 4.16.0 |
@@ -1770,7 +1775,7 @@
| 4.13.1 |
2019-07-01 |
- versions() gcc fix mac OS |
+ versions() gcc fix macOS |
| 4.13.0 |
@@ -1785,7 +1790,7 @@
| 4.12.1 |
2019-06-24 |
- networkInterface() virtual interfaces mac OS
+ | networkInterface() virtual interfaces macOS
networkInterfaceDefault() optimization windows
|
@@ -1887,7 +1892,7 @@
| 4.7.1 |
2019-05-29 |
- memLayout() fix mac OS mojave |
+ memLayout() fix macOS mojave |
| 4.7.0 |
diff --git a/docs/index.html b/docs/index.html
index a833865..169a82e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -170,7 +170,7 @@
systeminformation
- New Version: 5.19.0
+ New Version: 5.19.1
diff --git a/docs/processes.html b/docs/processes.html
index 5a5afd1..a22deff 100644
--- a/docs/processes.html
+++ b/docs/processes.html
@@ -162,9 +162,9 @@
currentLoadGuest |
X |
|
- X |
- X |
- X |
+ |
+ |
+ |
Time spent for running virtual CPU in % |
diff --git a/lib/wifi.js b/lib/wifi.js
index e0270ce..957f36c 100644
--- a/lib/wifi.js
+++ b/lib/wifi.js
@@ -366,9 +366,9 @@ function parseWifiDarwin(wifiObj) {
});
}
}
- // if (wifiItem.SSID) {
- // ssid = Buffer.from(wifiItem.SSID, 'base64').toString('utf8');
- // }
+ if (wifiItem.SSID) {
+ ssid = Buffer.from(wifiItem.SSID, 'base64').toString('utf8');
+ }
result.push({
ssid,
bssid: wifiItem.BSSID || '',