From 9f15d460f8bb7542eecdf93578a8449ea021cf60 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Thu, 9 Apr 2020 14:34:34 +0200 Subject: [PATCH] refactoring to avoid 'cat' --- 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 576e266..aded26a 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.23.3 | 2020-04-09 | recactored to avoid `cat` | | 4.23.2 | 2020-04-08 | `cpu()` fixed getting base frequency for AMD Ryzen | | 4.23.1 | 2020-03-11 | `diskLayout()` optimized detection linux | | 4.23.0 | 2020-03-08 | `versions()` added param to specify which program/lib versions to detect | diff --git a/docs/history.html b/docs/history.html index 1a3a1f3..09c6264 100644 --- a/docs/history.html +++ b/docs/history.html @@ -83,6 +83,11 @@ + + 4.23.3 + 2020-04-09 + refactored to avoid cat + 4.23.2 2020-04-08 diff --git a/docs/index.html b/docs/index.html index 5f713c7..d1396ab 100644 --- a/docs/index.html +++ b/docs/index.html @@ -168,7 +168,7 @@
systeminformation
-
Current Version: 4.23.2
+
Current Version: 4.23.3