updated docs

This commit is contained in:
Sebastian Hildebrandt 2021-01-28 21:04:44 +01:00
parent 7e6a5a5fa8
commit 486b959c1e
4 changed files with 9 additions and 3 deletions

View File

@ -321,6 +321,7 @@ Full function reference with examples can be found at [https://systeminformation
| | build | X | | X | X | | OS build version |
| | servicepack | | | | X | | service pack version |
| | uefi | X | X | X | X | | OS started via UEFI |
| | hypervisor | | | | X | | hyper-v enabled? (win only) |
| si.uuid(cb) | {...} | X | X | X | X | X | object of several UUIDs |
| | os | X | X | X | X | | os specific UUID |
| | hardware | X | X | X | X | | hardware specific UUID |

View File

@ -185,7 +185,7 @@
<li><span class="code">Apple M1 Silicon</span> extended support (now everything supported except of cpu temperature)</li>
<li>updated TypeScript definitions </li>
</ul>
<h4>Test full version 5 functionality</h4>
<h4>Test Full Version 5 Functionality</h4>
<p>If you want to see all function results on your machine, please <a href="tests.html">head over to Testing section</a>. We implemented a tiny test suite where you can easily go through all functions and test resuls on your machine without coding.<br><br></p>
<h2>Major Changes - Version 4</h2>
<h4>New Functions</h4>
@ -218,7 +218,7 @@
<li><strong>Async/Await</strong>. Due to the promises support, systeminformation also works perfectly with the `async/await` pattern (available in <span class="code">node.js</span> <strong>v7.6.0</strong> and above). See example in the docs.</li>
</ul>
<br>
<h2>Full version history</h2>
<h2>Full Version History</h2>
<p>Full version histrory (every single release version from version 1.x.x to 5.x.x) can be <a href="history.html">viewed here</a></p>
</div>

View File

@ -56,6 +56,11 @@
</tr>
</thead>
<tbody>
<tr>
<th scope="row">5.0.6</th>
<td>2020-01-28</td>
<td><span class="code">osInfo()</span> added hypervisor (win only)</td>
</tr>
<tr>
<th scope="row">5.0.5</th>
<td>2020-01-27</td>

View File

@ -170,7 +170,7 @@
<img class="logo" src="assets/logo.png">
<div class="title">systeminformation</div>
<div class="subtitle"><span id="typed"></span>&nbsp;</div>
<div class="version">New Version: <span id="version">5.0.5</span></div>
<div class="version">New Version: <span id="version">5.0.6</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>
</div>
<div class="down">