fsSize() adapted parsing linux

This commit is contained in:
Sebastian Hildebrandt 2022-06-17 09:48:36 +02:00
parent e82c232aa0
commit 1e50880b11
3 changed files with 9 additions and 3 deletions

View File

@ -80,6 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
| Version | Date | Comment |
| -------------- | -------------- | -------- |
| 5.11.21 | 2022-06-17 | `fsSize()` fix parsing linux (df) |
| 5.11.20 | 2022-06-13 | `diskLayout()` fix parsing linux (JSON) |
| 5.11.19 | 2022-06-13 | `diskLayout()` optimized parsing linux (JSON) |
| 5.11.18 | 2022-06-13 | `diskLayout()` fix parsing linux (JSON) |

View File

@ -57,6 +57,11 @@
</tr>
</thead>
<tbody>
<tr>
<th scope="row">5.11.21</th>
<td>2022-06-17</td>
<td><span class="code">fsSize()</span> fix parsing linux (df)</td>
</tr>
<tr>
<th scope="row">5.11.20</th>
<td>2022-06-13</td>

View File

@ -170,7 +170,7 @@
<img class="logo" src="assets/logo.png">
<div class="title">systeminformation</div>
<div class="subtitle"><span id="typed"></span>&nbsp;</div>
<div class="version">New Version: <span id="version">5.11.20</span></div>
<div class="version">New Version: <span id="version">5.11.21</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">
@ -206,7 +206,7 @@
</div>
<div class="row number-section">
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
<div class="numbers">15,241</div>
<div class="numbers">15,248</div>
<div class="title">Lines of code</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
@ -214,7 +214,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">548</div>
<div class="numbers">550</div>
<div class="title">Dependents</div>
</div>
</div>