networkInterfaceDefault() optimization (macOS)

This commit is contained in:
Sebastian Hildebrandt
2020-09-16 22:31:43 +02:00
parent 57cd89ac74
commit e03431d6ae
6 changed files with 23 additions and 17 deletions
+3 -3
View File
@@ -3,10 +3,10 @@
First of all: thank you for contributing to this repository. We are always looking for quality contributions and will be happy to accept your pull requests as long as they adhere to some basic rules:
* Please make sure that your contribution fits well in the project's context:
* We are aiming to provide a high quality multi platform system information library.
* We are aiming to provide a high quality multi-platform system information library.
* This package should stay without any dependencies on any external JavaScript library.
* Please assure that you are submitting quality code, specifically make sure that:
* Your commits should not be braking changes - if possible.
* Your PR are well testet - if possible on multiple platforms / machines (please provide information against what systems it was tested).
* Your commits should not be breaking changes - if possible.
* Your PR are well tested - if possible on multiple platforms / machines (please provide information against what systems it was tested).
* If your commit needs a major version bump (breaking change), please leave a clear message in your comments. We try to keep the breaking changes as low as possible to avoid compatibility issues.
+5
View File
@@ -83,6 +83,11 @@
</tr>
</thead>
<tbody>
<tr>
<th scope="row">4.27.4</th>
<td>2020-09-16</td>
<td><span class="code">networkInterfaceDefault()</span> optimization (macOS)</td>
</tr>
<tr>
<th scope="row">4.27.3</th>
<td>2020-08-26</td>
+2 -2
View File
@@ -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.3</span></div>
<div class="version">Current Version: <span id="version">4.27.4</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">
@@ -207,7 +207,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">335</div>
<div class="numbers">349</div>
<div class="title">Dependends</div>
</div>
</div>