processes() memory leak fix, security issue fix

This commit is contained in:
Sebastian Hildebrandt 2020-05-19 20:04:58 +02:00
parent 5559591a38
commit 3e54211471
3 changed files with 8 additions and 2 deletions

View File

@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
| Version | Date | Comment |
| -------------- | -------------- | -------- |
| 4.26.2 | 2020-05-19 | `processes()` memory leak fix |
| 4.26.1 | 2020-05-13 | code cleanup |
| 4.26.0 | 2020-05-12 | `diskLayout()` added full smart data where supported |
| 4.25.2 | 2020-05-12 | `getDynamicData()` added wifiNetworks() |

View File

@ -83,6 +83,11 @@
</tr>
</thead>
<tbody>
<tr>
<th scope="row">4.26.2</th>
<td>2020-05-19</td>
<td><span class="code">processes()</span> memory leak fix, security issue fix</td>
</tr>
<tr>
<th scope="row">4.26.1</th>
<td>2020-05-13</td>

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.26.1</span></div>
<div class="version">Current Version: <span id="version">4.26.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">271</div>
<div class="numbers">272</div>
<div class="title">Dependends</div>
</div>
</div>