processes() improved parsing (linux, mac OS)

This commit is contained in:
Sebastian Hildebrandt 2022-06-24 19:11:45 +02:00
parent 0420a8c130
commit 160132fa6b
3 changed files with 10 additions and 4 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.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) |
| 5.11.19 | 2022-06-13 | `diskLayout()` optimized parsing linux (JSON) |

View File

@ -57,6 +57,11 @@
</tr>
</thead>
<tbody>
<tr>
<th scope="row">5.11.22</th>
<td>2022-06-24</td>
<td><span class="code">processes()</span> improved parsing (linux, mac OS)</td>
</tr>
<tr>
<th scope="row">5.11.21</th>
<td>2022-06-17</td>
@ -2699,4 +2704,4 @@
</body>
</html>
</html>

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.21</span></div>
<div class="version">New Version: <span id="version">5.11.22</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,248</div>
<div class="numbers">15,282</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>