fsSize() fixed parsing edge case issue mac OS

This commit is contained in:
Sebastian Hildebrandt 2021-02-02 21:16:29 +01:00
parent bbd1ce332d
commit 983a33fbfc
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 |
| -------------- | -------------- | -------- |
| 5.0.9 | 2020-02-02 | `fsSize()` fixed parsing edge case issue mac OS |
| 5.0.8 | 2020-01-30 | typescript typings fix cpuCurrentSpeed |
| 5.0.7 | 2020-01-29 | `fsSize()` available fixed windows and typescript typings |
| 5.0.6 | 2020-01-28 | `osinfo()` added hypervisor (win only) |

View File

@ -56,6 +56,11 @@
</tr>
</thead>
<tbody>
<tr>
<th scope="row">5.0.9</th>
<td>2020-02-02</td>
<td><span class="code">fsSize()</span> fixed parsing edge case issue mac OS</td>
</tr>
<tr>
<th scope="row">5.0.8</th>
<td>2020-01-30</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.0.8</span></div>
<div class="version">New Version: <span id="version">5.0.9</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">
@ -396,4 +396,4 @@
</script>
</body>
</html>
</html>