mem() improved calculation linux

This commit is contained in:
Sebastian Hildebrandt 2019-11-10 22:21:51 +01:00
parent 2eb0f98ffc
commit f0370c0e61
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 | | Version | Date | Comment |
| -------------- | -------------- | -------- | | -------------- | -------------- | -------- |
| 4.15.2 | 2019-11-11 | `mem()` improved calculation linux |
| 4.15.1 | 2019-11-10 | `diskLayout()` added support for older lsblk versions (linux) | | 4.15.1 | 2019-11-10 | `diskLayout()` added support for older lsblk versions (linux) |
| 4.15.0 | 2019-11-10 | `cpu()` added governor (linux) | | 4.15.0 | 2019-11-10 | `cpu()` added governor (linux) |
| 4.14.17 | 2019-10-22 | `graphics()` improved display detection (windows) | | 4.14.17 | 2019-10-22 | `graphics()` improved display detection (windows) |

View File

@ -84,7 +84,12 @@
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<th scope="row">4.15.0</th> <th scope="row">4.15.2</th>
<td>2019-11-10</td>
<td><span class="code">mem()</span> improved calculation linux</td>
</tr>
<tr>
<th scope="row">4.15.1</th>
<td>2019-11-10</td> <td>2019-11-10</td>
<td><span class="code">diskLayout()</span> added support for older lsblk versions (linux)</td> <td><span class="code">diskLayout()</span> added support for older lsblk versions (linux)</td>
</tr> </tr>

View File

@ -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.15.1</span></div> <div class="version">Current Version: <span id="version">4.15.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> <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">