updated docs
This commit is contained in:
parent
36dc72885b
commit
bdc8c5641d
@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
|
|||||||
|
|
||||||
| Version | Date | Comment |
|
| Version | Date | Comment |
|
||||||
| -------------- | -------------- | -------- |
|
| -------------- | -------------- | -------- |
|
||||||
|
| 4.18.1 | 2020-01-07 | updated docs |
|
||||||
| 4.18.0 | 2020-01-07 | `networkInterfaces()` added dhcp for mac os, added dhcp linux fallback |
|
| 4.18.0 | 2020-01-07 | `networkInterfaces()` added dhcp for mac os, added dhcp linux fallback |
|
||||||
| 4.17.3 | 2020-01-05 | code cleanup |
|
| 4.17.3 | 2020-01-05 | code cleanup |
|
||||||
| 4.17.2 | 2020-01-05 | `cpu().speed` AMD base frequency and fix (0.00) |
|
| 4.17.2 | 2020-01-05 | `cpu().speed` AMD base frequency and fix (0.00) |
|
||||||
|
|||||||
@ -451,10 +451,6 @@ I also created a nice little command line tool called [mmon][mmon-github-url] (
|
|||||||
| | [0].dnsSuffix | X | | | X | | DNS suffix |
|
| | [0].dnsSuffix | X | | | X | | DNS suffix |
|
||||||
| | [0].ieee8021xAuth | X | | | X | | IEEE 802.1x auth |
|
| | [0].ieee8021xAuth | X | | | X | | IEEE 802.1x auth |
|
||||||
| | [0].ieee8021xState | X | | | X | | IEEE 802.1x state |
|
| | [0].ieee8021xState | X | | | X | | IEEE 802.1x state |
|
||||||
dhcp: boolean;
|
|
||||||
dnsSuffix: string;
|
|
||||||
ieee8021xAuth: string;
|
|
||||||
ieee8021xState: string;
|
|
||||||
| | [0].carrierChanges | X | | | | | # changes up/down |
|
| | [0].carrierChanges | X | | | | | # changes up/down |
|
||||||
| si.networkInterfaceDefault(cb) | : string | X | X | X | X | X | get name of default network interface |
|
| si.networkInterfaceDefault(cb) | : string | X | X | X | X | X | get name of default network interface |
|
||||||
| si.networkGatewayDefault(cb) | : string | X | X | X | X | X | get default network gateway |
|
| si.networkGatewayDefault(cb) | : string | X | X | X | X | X | get default network gateway |
|
||||||
|
|||||||
@ -83,6 +83,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">4.18.1</th>
|
||||||
|
<td>2020-01-07</td>
|
||||||
|
<td>updated docs</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4.18.0</th>
|
<th scope="row">4.18.0</th>
|
||||||
<td>2020-01-07</td>
|
<td>2020-01-07</td>
|
||||||
|
|||||||
@ -168,7 +168,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></div>
|
<div class="subtitle"><span id="typed"></span></div>
|
||||||
<div class="version">Current Version: <span id="version">4.18.0</span></div>
|
<div class="version">Current Version: <span id="version">4.18.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">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user