mem() improved calculation linux
This commit is contained in:
parent
2eb0f98ffc
commit
f0370c0e61
@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
|
||||
|
||||
| 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.0 | 2019-11-10 | `cpu()` added governor (linux) |
|
||||
| 4.14.17 | 2019-10-22 | `graphics()` improved display detection (windows) |
|
||||
|
||||
@ -84,7 +84,12 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<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><span class="code">diskLayout()</span> added support for older lsblk versions (linux)</td>
|
||||
</tr>
|
||||
|
||||
@ -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.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>
|
||||
</div>
|
||||
<div class="down">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user