From f3ebad5aaa0b3f7a3a59fb7142e6e6e5f266e3c9 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Sat, 21 Oct 2023 13:04:34 +0200 Subject: [PATCH] Raspberry Pi 5 detection --- 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 c5e07b1..24f6355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,7 +83,8 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | -| 5.21.12 | 2023-10-17 | `system()` raspberry CM4S detection | +| 5.21.13 | 2023-10-21 | `system()` Raspberry Pi 5 detection | +| 5.21.12 | 2023-10-17 | `system()` Raspberry CM4S detection | | 5.21.11 | 2023-10-05 | `osInfo()` fix getLogoFile (BSD) | | 5.21.10 | 2023-10-04 | `wifiNetworks()` improved parsing (macOS) | | 5.21.9 | 2023-09-25 | `general` code cleanup | diff --git a/docs/history.html b/docs/history.html index 667a419..b3d1f55 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,10 +57,15 @@ + + 5.21.13 + 2023-10-21 + system() Raspberry Pi 5 detection + 5.21.12 2023-10-17 - system() raspberry CM4S detection + system() Raspberry CM4S detection 5.21.11 diff --git a/docs/index.html b/docs/index.html index 9449066..be8dd5c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.21.12
+
New Version: 5.21.13