From 337b03cb2015bf872970f4190b3b51009acc35b1 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Sun, 29 Nov 2020 09:47:26 +0100 Subject: [PATCH] cpuTemperatur() rewrite parsing hwmon (linux) --- 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 e225e46..3918870 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.30.7 | 2020-11-29 | `cpuTemperature()` rewrite hwmon parsing | | 4.30.6 | 2020-11-27 | wmic added default windows path (windows) | | 4.30.5 | 2020-11-26 | adapted security update (prototype pollution prevention) | | 4.30.4 | 2020-11-25 | reverted Object.freeze because it broke some projects | diff --git a/docs/history.html b/docs/history.html index 5150e24..2b3e693 100644 --- a/docs/history.html +++ b/docs/history.html @@ -83,6 +83,11 @@ + + 4.30.6 + 2020-11-27 + cpuTemperature() rewrite hwmon parsing (linux) + 4.30.6 2020-11-27 diff --git a/docs/index.html b/docs/index.html index 19f850c..e6e8feb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -169,7 +169,7 @@
systeminformation
-
Current Version: 4.30.6
+
Current Version: 4.30.7