services() modified service listing (linux)
This commit is contained in:
parent
450bc1d324
commit
ff0f653055
@ -77,6 +77,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| -------------- | -------------- | -------- |
|
||||
| 5.6.19 | 2021-05-06 | `services()` modified service listing (linux) |
|
||||
| 5.6.18 | 2021-05-06 | `processes()` fixed Windows mem bug (naming conform to all platforms) |
|
||||
| 5.6.17 | 2021-05-05 | `networkInterfaces()` fixed Windows XP bug (WMIC NetEnabled) |
|
||||
| 5.6.16 | 2021-05-05 | `graphics()` fixed compare bug |
|
||||
|
||||
@ -56,6 +56,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.6.19</th>
|
||||
<td>2021-05-06</td>
|
||||
<td><span class="code">services()</span> modified service listing (linux)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.6.18</th>
|
||||
<td>2021-05-06</td>
|
||||
|
||||
@ -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.6.18</span></div>
|
||||
<div class="version">New Version: <span id="version">5.6.19</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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user