networkInterfaces loopback internal detection (windows)
This commit is contained in:
parent
7c29461b58
commit
251135a0e6
@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| -------------- | -------------- | -------- |
|
||||
| 4.27.9 | 2020-10-13 | `networkInterfaces()` loopback internal detection (windows) |
|
||||
| 4.27.8 | 2020-10-08 | windows codepages partial fix |
|
||||
| 4.27.7 | 2020-10-05 | updated typescript typings, minor fixes |
|
||||
| 4.27.6 | 2020-10-02 | `get()` fixed when results are in arrays |
|
||||
|
||||
@ -83,6 +83,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">4.27.9</th>
|
||||
<td>2020-10-13</td>
|
||||
<td><span class="code">networkInterfaces()</span> loopback internal detection (windows)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.27.8</th>
|
||||
<td>2020-10-08</td>
|
||||
|
||||
@ -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.27.8</span></div>
|
||||
<div class="version">Current Version: <span id="version">4.27.9</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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user