processes() improved parsing (linux, mac OS)
This commit is contained in:
parent
0420a8c130
commit
160132fa6b
@ -80,6 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
|||||||
|
|
||||||
| Version | Date | Comment |
|
| 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.21 | 2022-06-17 | `fsSize()` fix parsing linux (df) |
|
||||||
| 5.11.20 | 2022-06-13 | `diskLayout()` fix parsing linux (JSON) |
|
| 5.11.20 | 2022-06-13 | `diskLayout()` fix parsing linux (JSON) |
|
||||||
| 5.11.19 | 2022-06-13 | `diskLayout()` optimized parsing linux (JSON) |
|
| 5.11.19 | 2022-06-13 | `diskLayout()` optimized parsing linux (JSON) |
|
||||||
|
|||||||
@ -57,6 +57,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<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>
|
<tr>
|
||||||
<th scope="row">5.11.21</th>
|
<th scope="row">5.11.21</th>
|
||||||
<td>2022-06-17</td>
|
<td>2022-06-17</td>
|
||||||
@ -2699,4 +2704,4 @@
|
|||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@ -170,7 +170,7 @@
|
|||||||
<img class="logo" src="assets/logo.png">
|
<img class="logo" src="assets/logo.png">
|
||||||
<div class="title">systeminformation</div>
|
<div class="title">systeminformation</div>
|
||||||
<div class="subtitle"><span id="typed"></span> </div>
|
<div class="subtitle"><span id="typed"></span> </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>
|
<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>
|
||||||
<div class="down">
|
<div class="down">
|
||||||
@ -206,7 +206,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row number-section">
|
<div class="row number-section">
|
||||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
<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 class="title">Lines of code</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||||
@ -403,4 +403,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Loading…
x
Reference in New Issue
Block a user