fsSize() fixes (linux), baseboard() fix (windows), cpuTemperatur() fix linux (linux)
This commit is contained in:
parent
d24873e470
commit
929998fdbc
@ -80,6 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| -------------- | -------------- | -------- |
|
||||
| 5.11.23 | 2022-07-09 | `fsSize()` fixes (linux), `baseboard()` fix (windows), `cpuTemperatur()` fix linux |
|
||||
| 5.11.22 | 2022-06-24 | `processes()` improved parsing (linux, mac OS) |
|
||||
| 5.11.21 | 2022-06-17 | `fsSize()` fix parsing linux (df) |
|
||||
| 5.11.20 | 2022-06-13 | `diskLayout()` fix parsing linux (JSON) |
|
||||
|
||||
@ -57,6 +57,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.11.22</th>
|
||||
<td>2022-07-09</td>
|
||||
<td><span class="code">fsSize()</span>,<span class="code">basebard()</span>,<span class="code">cpuTemeratur()</span> fixes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.11.22</th>
|
||||
<td>2022-06-24</td>
|
||||
@ -2704,4 +2709,4 @@
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@ -170,7 +170,7 @@
|
||||
<img class="logo" src="assets/logo.png">
|
||||
<div class="title">systeminformation</div>
|
||||
<div class="subtitle"><span id="typed"></span> </div>
|
||||
<div class="version">New Version: <span id="version">5.11.22</span></div>
|
||||
<div class="version">New Version: <span id="version">5.11.23</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,282</div>
|
||||
<div class="numbers">15,312</div>
|
||||
<div class="title">Lines of code</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||
@ -403,4 +403,4 @@
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user