baseboard() added memMax, memSlots, smaller improvements Raspberry

This commit is contained in:
Sebastian Hildebrandt 2021-02-08 11:31:00 +01:00
parent f207b4a38f
commit 8faae3a905
5 changed files with 30 additions and 1 deletions

View File

@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
| Version | Date | Comment | | Version | Date | Comment |
| -------------- | -------------- | -------- | | -------------- | -------------- | -------- |
| 5.1.1 | 2020-02-08 | `baseboard()` added memMax, memSlots, smaller improvements Raspberry |
| 5.1.0 | 2020-02-08 | `memLayout()` added ECC flag, `bios()` added language, features (linux) | | 5.1.0 | 2020-02-08 | `memLayout()` added ECC flag, `bios()` added language, features (linux) |
| 5.0.11 | 2020-02-07 | `fsSize()` fixed windows WSL issue | | 5.0.11 | 2020-02-07 | `fsSize()` fixed windows WSL issue |
| 5.0.10 | 2020-02-06 | `getDynamicData()` fixed windows WSL issue | | 5.0.10 | 2020-02-06 | `getDynamicData()` fixed windows WSL issue |

View File

@ -165,6 +165,8 @@
<p>I know, these are <span class="bold">a lot of changes</span>, but for the sake of a consistent interface and to be future proof, we think that this was necessary. Thynk you for your understanding.</p> <p>I know, these are <span class="bold">a lot of changes</span>, but for the sake of a consistent interface and to be future proof, we think that this was necessary. Thynk you for your understanding.</p>
<h4>Other Improvements and Changes</h4> <h4>Other Improvements and Changes</h4>
<ul> <ul>
<li><span class="code">baseboard()</span>: added memMax, memSlots</li>
<li><span class="code">bios()</span>: added language and features (linux)</li>
<li><span class="code">cpu()</span>: extended AMD processor list</li> <li><span class="code">cpu()</span>: extended AMD processor list</li>
<li><span class="code">cpu()</span>: extended socket list (win)</li> <li><span class="code">cpu()</span>: extended socket list (win)</li>
<li><span class="code">cpu()</span>: added <span class="code">virtualization</span> if cpu supports virtualization</li> <li><span class="code">cpu()</span>: added <span class="code">virtualization</span> if cpu supports virtualization</li>
@ -175,6 +177,7 @@
<li><span class="code">graphics()</span>: extended nvidia-smi parsing</li> <li><span class="code">graphics()</span>: extended nvidia-smi parsing</li>
<li><span class="code">networkInterfaces()</span>: type detection improved (win - wireless)</li> <li><span class="code">networkInterfaces()</span>: type detection improved (win - wireless)</li>
<li><span class="code">memoryLayout()</span>: extended manufacturer list (decoding)</li> <li><span class="code">memoryLayout()</span>: extended manufacturer list (decoding)</li>
<li><span class="code">memoryLayout()</span>: added ECC flag</li>
<li><span class="code">osInfo()</span>: better fqdn (win)</li> <li><span class="code">osInfo()</span>: better fqdn (win)</li>
<li><span class="code">osinfo()</span>: added <span class="code">hypervizor</span> if hyper-v is enabled (win only)</li> <li><span class="code">osinfo()</span>: added <span class="code">hypervizor</span> if hyper-v is enabled (win only)</li>
<li><span class="code">system()</span>: better Raspberry PI detection</li> <li><span class="code">system()</span>: better Raspberry PI detection</li>

View File

@ -56,6 +56,11 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr>
<th scope="row">5.1.1</th>
<td>2020-02-08</td>
<td><span class="code">baseboard()</span> added memMax, memSlots</td>
</tr>
<tr> <tr>
<th scope="row">5.1.0</th> <th scope="row">5.1.0</th>
<td>2020-02-08</td> <td>2020-02-08</td>

View File

@ -170,7 +170,7 @@
<img class="logo" src="assets/logo.png"> <img class="logo" src="assets/logo.png">
<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>
<div class="version">New Version: <span id="version">5.1.0</span></div> <div class="version">New Version: <span id="version">5.1.1</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

@ -399,6 +399,26 @@ si.bios().then(data => console.log(data));</code></pre class="example">
<td></td> <td></td>
<td>asset tag</td> <td>asset tag</td>
</tr> </tr>
<tr>
<td></td>
<td>memMax</td>
<td>X</td>
<td></td>
<td>X</td>
<td>X</td>
<td></td>
<td>memory max capacity (where available)</td>
</tr>
<tr>
<td></td>
<td>memSlots</td>
<td></td>
<td>X</td>
<td>X</td>
<td>X</td>
<td></td>
<td>number memory slots on baseboard</td>
</tr>
<tr class="example"> <tr class="example">
<td></td> <td></td>
<td colspan="7"> <td colspan="7">