networkInterfaces() added dhcp for mac os, added dhcp linux fallback
This commit is contained in:
+9
-4
@@ -83,6 +83,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">4.18.0</th>
|
||||
<td>2020-01-07</td>
|
||||
<td><span class="code">networkInterfaces()</span> added dhcp for mac OS, added dhcp linux fallback</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.17.3</th>
|
||||
<td>2020-01-05</td>
|
||||
@@ -106,7 +111,7 @@
|
||||
<tr>
|
||||
<th scope="row">4.16.1</th>
|
||||
<td>2020-01-01</td>
|
||||
<td><span class="code">networkInterfaces()</span> bug fix (osx)</td>
|
||||
<td><span class="code">networkInterfaces()</span> bug fix (mac OS)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.16.0</th>
|
||||
@@ -231,7 +236,7 @@
|
||||
<tr>
|
||||
<th scope="row">4.13.1</th>
|
||||
<td>2019-07-01</td>
|
||||
<td><span class="code">versions()</span> gcc fix macos</td>
|
||||
<td><span class="code">versions()</span> gcc fix mac OS</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.13.0</th>
|
||||
@@ -246,7 +251,7 @@
|
||||
<tr>
|
||||
<th scope="row">4.12.1</th>
|
||||
<td>2019-06-24</td>
|
||||
<td><span class="code">networkInterface()</span> virtual interfaces macos<br>
|
||||
<td><span class="code">networkInterface()</span> virtual interfaces mac OS<br>
|
||||
<span class="code">networkInterfaceDefault()</span> optimization windows</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -347,7 +352,7 @@
|
||||
<tr>
|
||||
<th scope="row">4.7.1</th>
|
||||
<td>2019-05-29</td>
|
||||
<td><span class="code">memLayout()</span> fix macos mojave</td>
|
||||
<td><span class="code">memLayout()</span> fix mac OS mojave</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.7.0</th>
|
||||
|
||||
+3
-3
@@ -168,7 +168,7 @@
|
||||
<img class="logo" src="assets/logo.png">
|
||||
<div class="title">systeminformation</div>
|
||||
<div class="subtitle"><span id="typed"></span></div>
|
||||
<div class="version">Current Version: <span id="version">4.17.3</span></div>
|
||||
<div class="version">Current Version: <span id="version">4.18.0</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">
|
||||
@@ -191,7 +191,7 @@
|
||||
</div>
|
||||
<div class="row number-section">
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||
<div class="numbers">9,756</div>
|
||||
<div class="numbers">9,949</div>
|
||||
<div class="title">Lines of code</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||
@@ -199,7 +199,7 @@
|
||||
<div class="title">Downloads last month</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||
<div class="numbers">233</div>
|
||||
<div class="numbers">234</div>
|
||||
<div class="title">Dependends</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -200,10 +200,10 @@
|
||||
<td>[0].dhcp</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td>DHCP address</td>
|
||||
<td>IP address obtained by DHCP</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
|
||||
Reference in New Issue
Block a user