From 3762ddd00ca4befa8b284ed56078a26833e0e9f8 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Fri, 18 Nov 2022 08:34:58 +0100 Subject: [PATCH] cpuTemperature() fix main temp (linux) --- CHANGELOG.md | 3 ++- docs/history.html | 7 ++++++- docs/index.html | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b45b46a..22f23fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,7 +81,8 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | -| 5.13.1 | 2022-11-17 | `processLoag()` fix main pid (linux) | +| 5.13.1 | 2022-11-18 | `cpuTemperature()` fix main temp (linux) | +| 5.13.1 | 2022-11-18 | `processLoad()` fix main pid (linux) | | 5.13.0 | 2022-11-17 | `networkConnections()` addedd process name (mac OS) | | 5.12.15 | 2022-11-16 | `networkConnections()` adapted parsing to reflect also UDP (mac OS) | | 5.12.14 | 2022-11-11 | restored `powershell` compatibility for version 7.3 (windows) | diff --git a/docs/history.html b/docs/history.html index ea0fcdf..5146cc8 100644 --- a/docs/history.html +++ b/docs/history.html @@ -59,7 +59,12 @@ 5.13.1 - 2022-11-17 + 2022-11-18 + cpuTemperature() fix main temp (linux) + + + 5.13.1 + 2022-11-18 processLoad() fix main pid (linux) diff --git a/docs/index.html b/docs/index.html index 63573c8..714689c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.13.1
+
New Version: 5.13.2