getAllData() added wifiNetworks
This commit is contained in:
parent
3fbd71261a
commit
fd8e7ff4df
@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| -------------- | -------------- | -------- |
|
||||
| 4.25.2 | 2020-05-12 | `getDynamicData()` added wifiNetworks() |
|
||||
| 4.25.1 | 2020-05-07 | `get()` minor bounds test fix, updated docs |
|
||||
| 4.25.0 | 2020-05-07 | `get()` added function to get partial system info |
|
||||
| 4.24.2 | 2020-05-06 | `cpu()` fix (BSD), `networkStats()` fix BSD |
|
||||
|
||||
@ -83,15 +83,20 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">4.25.2</th>
|
||||
<td>2020-05-12</td>
|
||||
<td><span class="code">getDynamicData()</span> added wifiNetworks() </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.25.1</th>
|
||||
<td>2020-05-07</td>
|
||||
<td><span class="code">get()</span> minor bounds test fix, updated docs /td>
|
||||
<td><span class="code">get()</span> minor bounds test fix, updated docs </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.25.0</th>
|
||||
<td>2020-05-07</td>
|
||||
<td><span class="code">get()</span> added function to get partial system info /td>
|
||||
<td><span class="code">get()</span> added function to get partial system info </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.24.2</th>
|
||||
@ -101,7 +106,7 @@
|
||||
<tr>
|
||||
<th scope="row">4.24.1</th>
|
||||
<td>2020-05-03</td>
|
||||
<td><span class="code">processes()</span> fix parsing command and params (linux, macOS) /td>
|
||||
<td><span class="code">processes()</span> fix parsing command and params (linux, macOS) </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.24.0</th>
|
||||
|
||||
@ -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.25.1</span></div>
|
||||
<div class="version">Current Version: <span id="version">4.25.2</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">270</div>
|
||||
<div class="numbers">271</div>
|
||||
<div class="title">Dependends</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user