From ffbf6c59d30feb3fa47b4cfabf23b65890ee50ae Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Thu, 14 Jul 2022 08:36:49 +0200 Subject: [PATCH] cpuTemperature() apple silicon support --- CHANGELOG.md | 2 ++ docs/history.html | 5 +++++ docs/index.html | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a80a47..39aba80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,8 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 5.12.1 | 2022-07-14 | `cpuTemperature()` Apple Silicon support (see docs) | +| 5.12.0 | 2022-07-12 | `cpu()` added performance and efficiency cores (linux) | | 5.11.26 | 2022-07-12 | `cpu()` fix iussue parsing physical cores (linux) | | 5.11.25 | 2022-07-11 | `fsSize()` fix issue filtering (linux) | | 5.11.24 | 2022-07-10 | `fsSize()` fix parsing linux (df) | diff --git a/docs/history.html b/docs/history.html index b63c431..4597637 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@ + + 5.12.1 + 2022-07-14 + cpuTemperature() Apple Silicon support (see docs) + 5.12.0 2022-07-12 diff --git a/docs/index.html b/docs/index.html index 2ac862b..afa0c6c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.12.0
+
New Version: 5.12.1