From 558fe9d71e350c5d1d8f34618075bf1845309cb2 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Thu, 26 Oct 2023 22:38:50 +0200 Subject: [PATCH] fix execSync encoding --- CHANGELOG.md | 1 + docs/history.html | 5 +++++ docs/index.html | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24f6355..474407d 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.14 | 2023-10-26 | `execSync()` added explicit encoding (linux) | | 5.21.13 | 2023-10-21 | `system()` Raspberry Pi 5 detection | | 5.21.12 | 2023-10-17 | `system()` Raspberry CM4S detection | | 5.21.11 | 2023-10-05 | `osInfo()` fix getLogoFile (BSD) | diff --git a/docs/history.html b/docs/history.html index b3d1f55..248625b 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@ + + 5.21.14 + 2023-10-26 + execSync() added explicit encoding (linux) + 5.21.13 2023-10-21 diff --git a/docs/index.html b/docs/index.html index be8dd5c..b9f04dc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.21.13
+
New Version: 5.21.14