system() added latest mac studio versions (macOS)

This commit is contained in:
Sebastian Hildebrandt 2025-10-05 13:07:49 +02:00
parent 114dc81922
commit 9eb40dfe04
5 changed files with 29 additions and 7 deletions

View File

@ -90,6 +90,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
| Version | Date | Comment | | 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.10 | 2025-09-16 | `powerShell()` adapted params (windows) |
| 5.27.9 | 2025-09-13 | `typings` fsOpenFiles typings fixed | | 5.27.9 | 2025-09-13 | `typings` fsOpenFiles typings fixed |
| 5.27.8 | 2025-08-25 | `disklayout()` fixed catch error (macOS) | | 5.27.8 | 2025-08-25 | `disklayout()` fixed catch error (macOS) |

View File

@ -57,6 +57,11 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr>
<th scope="row">5.27.11</th>
<td>2025-10-05</td>
<td><span class="code">system()</span> added latest mac studio versions (macOS)</td>
</tr>
<tr> <tr>
<th scope="row">5.27.10</th> <th scope="row">5.27.10</th>
<td>2025-09-16</td> <td>2025-09-16</td>

View File

@ -170,7 +170,7 @@
<img class="logo" src="assets/logo.png" alt="logo"> <img class="logo" src="assets/logo.png" alt="logo">
<div class="title">systeminformation</div> <div class="title">systeminformation</div>
<div class="subtitle"><span id="typed"></span>&nbsp;</div> <div class="subtitle"><span id="typed"></span>&nbsp;</div>
3<div class="version">New Version: <span id="version">5.27.10</span></div> 3<div class="version">New Version: <span id="version">5.27.11</span></div>
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button> <button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
</div> </div>
<div class="down"> <div class="down">

View File

@ -1053,7 +1053,7 @@ function decodePiCpuinfo(lines) {
'16': 'Internal use only', '16': 'Internal use only',
'17': '5', '17': '5',
'18': 'CM5', '18': 'CM5',
'19': '500', '19': '500/500+',
'1a': 'CM5 Lite', '1a': 'CM5 Lite',
}; };
@ -2051,7 +2051,7 @@ function getAppleModel(key) {
key: 'Mac14,13', key: 'Mac14,13',
name: 'Mac Studio', name: 'Mac Studio',
size: '', size: '',
processor: '', processor: 'M2 Max',
year: '2023', year: '2023',
additional: '' additional: ''
}, },
@ -2059,15 +2059,31 @@ function getAppleModel(key) {
key: 'Mac14,14', key: 'Mac14,14',
name: 'Mac Studio', name: 'Mac Studio',
size: '', size: '',
processor: '', processor: 'M2 Ultra',
year: '2023', year: '2023',
additional: '' 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', key: 'Mac13,1',
name: 'Mac Studio', name: 'Mac Studio',
size: '', size: '',
processor: '', processor: 'M1 Max',
year: '2022', year: '2022',
additional: '' additional: ''
}, },
@ -2075,7 +2091,7 @@ function getAppleModel(key) {
key: 'Mac13,2', key: 'Mac13,2',
name: 'Mac Studio', name: 'Mac Studio',
size: '', size: '',
processor: '', processor: 'M1 Ultra',
year: '2022', year: '2022',
additional: '' additional: ''
}, },

View File

@ -79,7 +79,7 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/sebhildebrandt/systeminformation.git" "url": "git+https://github.com/sebhildebrandt/systeminformation.git"
}, },
"funding": { "funding": {
"type": "Buy me a coffee", "type": "Buy me a coffee",