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 | | 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.21 | 2023-12-21 | added end of year message |
| 5.21.20 | 2023-12-03 | `powerShell()` fix invalid pattern (windows) | | 5.21.20 | 2023-12-03 | `powerShell()` fix invalid pattern (windows) |
| 5.21.19 | 2023-12-03 | fix typescript typings | | 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 | | Function | Result object | Linux | BSD | Mac | Win | Sun | Comments |
| --------------------- | ------------- | ----- | --- | --- | --- | --- | -------------------------------------------------------------------------------------------------------------------------------------------------- | | --------------------- | ------------- | ----- | --- | --- | --- | --- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| si.osInfo(cb) | {...} | X | X | X | X | X | OS information | | 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 | | | | distro | X | X | X | X | X | |
| | release | X | X | X | X | X | | | | release | X | X | X | X | X | |
| | codename | X | | X | | | | | | codename | X | | X | | | |

View File

@ -57,6 +57,11 @@
</tr> </tr>
</thead> </thead>
<tbody> <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> <tr>
<th scope="row">5.21.21</th> <th scope="row">5.21.21</th>
<td>2023-12-21</td> <td>2023-12-21</td>

View File

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

View File

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

View File

@ -84,7 +84,7 @@
<td>X</td> <td>X</td>
<td>X</td> <td>X</td>
<td>X</td> <td>X</td>
<td>'linux', 'darwin', 'win32', ...</td> <td>'linux', 'darwin', 'Windows', ...</td>
</tr> </tr>
<tr> <tr>
<td></td> <td></td>
@ -757,4 +757,4 @@ si.users().then(data => console.log(data));</code></pre class="example">
</script> </script>
</body> </body>
</html> </html>