From 9eb40dfe0454a5ef2695ccee8b31b2fc4acbb88f Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Sun, 5 Oct 2025 13:07:49 +0200 Subject: [PATCH] system() added latest mac studio versions (macOS) --- CHANGELOG.md | 1 + docs/history.html | 5 +++++ docs/index.html | 2 +- lib/util.js | 26 +++++++++++++++++++++----- package.json | 2 +- 5 files changed, 29 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf87a36..e19ed58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,6 +90,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | +| 5.27.11 | 2025-10-05 | `system()` added latest mac studio versions (macOS) | | 5.27.10 | 2025-09-16 | `powerShell()` adapted params (windows) | | 5.27.9 | 2025-09-13 | `typings` fsOpenFiles typings fixed | | 5.27.8 | 2025-08-25 | `disklayout()` fixed catch error (macOS) | diff --git a/docs/history.html b/docs/history.html index d850c80..034dd75 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@ + + 5.27.11 + 2025-10-05 + system() added latest mac studio versions (macOS) + 5.27.10 2025-09-16 diff --git a/docs/index.html b/docs/index.html index 16d8e8f..e21c413 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
- 3
New Version: 5.27.10
+ 3
New Version: 5.27.11
diff --git a/lib/util.js b/lib/util.js index 7d63e43..f3b5dd7 100644 --- a/lib/util.js +++ b/lib/util.js @@ -1053,7 +1053,7 @@ function decodePiCpuinfo(lines) { '16': 'Internal use only', '17': '5', '18': 'CM5', - '19': '500', + '19': '500/500+', '1a': 'CM5 Lite', }; @@ -2051,7 +2051,7 @@ function getAppleModel(key) { key: 'Mac14,13', name: 'Mac Studio', size: '', - processor: '', + processor: 'M2 Max', year: '2023', additional: '' }, @@ -2059,15 +2059,31 @@ function getAppleModel(key) { key: 'Mac14,14', name: 'Mac Studio', size: '', - processor: '', + processor: 'M2 Ultra', year: '2023', additional: '' }, + { + key: 'Mac15,14', + name: 'Mac Studio', + size: '', + processor: 'M3 Ultra', + year: '2025', + additional: '' + }, + { + key: 'Mac16,9', + name: 'Mac Studio', + size: '', + processor: 'M4 Max', + year: '2025', + additional: '' + }, { key: 'Mac13,1', name: 'Mac Studio', size: '', - processor: '', + processor: 'M1 Max', year: '2022', additional: '' }, @@ -2075,7 +2091,7 @@ function getAppleModel(key) { key: 'Mac13,2', name: 'Mac Studio', size: '', - processor: '', + processor: 'M1 Ultra', year: '2022', additional: '' }, diff --git a/package.json b/package.json index 9488dd9..801c5db 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/sebhildebrandt/systeminformation.git" + "url": "git+https://github.com/sebhildebrandt/systeminformation.git" }, "funding": { "type": "Buy me a coffee",