osinfo() added hypervisor (win only)

This commit is contained in:
Sebastian Hildebrandt
2021-01-28 20:20:18 +01:00
parent 2c53de806b
commit 6f60c6816c
5 changed files with 21 additions and 2 deletions
+3 -2
View File
@@ -176,6 +176,7 @@
<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">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">system()</span>: better Raspberry PI detection</li>
<li><span class="code">system()</span>: added <span class="code">virtual</span> and <span class="code">virtualHost</span> (if system is virtual instance)</li>
<li><span class="code">uuid()</span>: better value support</li>
@@ -184,8 +185,8 @@
<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 functionality and view Version 5 results</h4>
<p>If you want to see all function results on your machine, please head over to <a href="testing.html">Testing section</a>. Here you can easily test all functions without coding.<br><br></p>
<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>
<ul>