updated docs and HTML

This commit is contained in:
Sebastian Hildebrandt 2023-12-22 18:13:50 +01:00
parent 81d65cf726
commit d55f7e5e92
6 changed files with 11 additions and 5 deletions

View File

@ -83,6 +83,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
| Version | Date | Comment |
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
| 5.21.22 | 2023-12-22 | `README.md` updated docs and HTML |
| 5.21.21 | 2023-12-21 | added end of year message |
| 5.21.20 | 2023-12-03 | `powerShell()` fix invalid pattern (windows) |
| 5.21.19 | 2023-12-03 | fix typescript typings |

View File

@ -389,7 +389,7 @@ Full function reference with examples can be found at [https://systeminformation
| Function | Result object | Linux | BSD | Mac | Win | Sun | Comments |
| --------------------- | ------------- | ----- | --- | --- | --- | --- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| si.osInfo(cb) | {...} | X | X | X | X | X | OS information |
| | platform | X | X | X | X | X | 'linux', 'darwin', 'win32', ... |
| | platform | X | X | X | X | X | 'linux', 'darwin', 'Windows', ... |
| | distro | X | X | X | X | X | |
| | release | X | X | X | X | X | |
| | codename | X | | X | | | |

View File

@ -57,6 +57,11 @@
</tr>
</thead>
<tbody>
<tr>
<th scope="row">5.21.22</th>
<td>2023-12-22</td>
<td><span class="code">README.md</span> updated docs and HTML</td>
</tr>
<tr>
<th scope="row">5.21.21</th>
<td>2023-12-21</td>

View File

@ -170,7 +170,7 @@
<img class="logo" src="assets/logo.png" alt="logo">
<div class="title">systeminformation</div>
<div class="subtitle"><span id="typed"></span>&nbsp;</div>
<div class="version">New Version: <span id="version">5.21.20</span></div>
<div class="version">New Version: <span id="version">5.21.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">

View File

@ -85,7 +85,7 @@
<td>X</td>
<td>X</td>
<td>X</td>
<td>'linux', 'darwin', 'win32', ...</td>
<td>'linux', 'darwin', 'Windows', ...</td>
</tr>
<tr>
<td></td>

View File

@ -84,7 +84,7 @@
<td>X</td>
<td>X</td>
<td>X</td>
<td>'linux', 'darwin', 'win32', ...</td>
<td>'linux', 'darwin', 'Windows', ...</td>
</tr>
<tr>
<td></td>