From 2b451f5f26f682de0c5ed20f0f44fcc41abfe374 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Fri, 22 Oct 2021 10:57:43 +0200 Subject: [PATCH] wmic fixed code page issues (windows) --- CHANGELOG.md | 1 + docs/history.html | 5 +++++ docs/index.html | 6 +++--- lib/index.d.ts | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca947d7..183c112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 5.9.8 | 2021-10-22 | `wmic` fixed code page issues (windows) | | 5.9.7 | 2021-10-09 | `battery()` fixed typo seperator (windows) | | 5.9.6 | 2021-10-08 | `system()` fixed virtual on WSL2 | | 5.9.5 | 2021-10-08 | `battery()` fixed isCharging (windows) | diff --git a/docs/history.html b/docs/history.html index 0cf3bdd..bb9a66e 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@ + + 5.9.8 + 2021-10-22 + wmic fixed code page issues (windows) + 5.9.7 2021-10-09 diff --git a/docs/index.html b/docs/index.html index ef0d211..5397d34 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.9.7
+
New Version: 5.9.8
@@ -206,7 +206,7 @@
-
14,654
+
14,781
Lines of code
@@ -214,7 +214,7 @@
Downloads last month
-
485
+
489
Dependents
diff --git a/lib/index.d.ts b/lib/index.d.ts index 81f8b51..3a775a3 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -655,7 +655,7 @@ export namespace Systeminformation { bridgeNfIptables: boolean; bridgeNfIp6tables: boolean; debug: boolean; - mfd: number; + nfd: number; oomKillDisable: boolean; ngoroutines: number; systemTime: string;