powerShell transition from wmic (windows)
This commit is contained in:
parent
5bc3444f20
commit
482372eeaf
@ -80,6 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| -------------- | -------------- | -------- |
|
||||
| 5.9.10 | 2021-11-11 | `powerShell` transition from `wmic` (windows) |
|
||||
| 5.9.9 | 2021-10-27 | `graphics` fixed screen resolution issue (windows) |
|
||||
| 5.9.8 | 2021-10-22 | `wmic` fixed code page issues (windows) |
|
||||
| 5.9.7 | 2021-10-09 | `battery()` fixed typo seperator (windows) |
|
||||
@ -445,8 +446,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
||||
| 3.37.2 | 2018-02-15 | fixed bug `battery().percent` for macOS |
|
||||
| 3.37.1 | 2018-02-13 | fixed bug `battery().ischarging` for macOS |
|
||||
| 3.37.0 | 2018-02-11 | extended FreeBSD support `networkStats()` |
|
||||
| 3.36.
|
||||
0 | 2018-02-11 | extended FreeBSD support `networkConnections()` |
|
||||
| 3.36.0 | 2018-02-11 | extended FreeBSD support `networkConnections()` |
|
||||
| 3.35.0 | 2018-02-11 | extended FreeBSD support `processLoad()` |
|
||||
| 3.34.1 | 2018-02-11 | updated docs |
|
||||
| 3.34.0 | 2018-02-10 | first partial FreeBSD support |
|
||||
|
||||
@ -57,6 +57,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.9.10</th>
|
||||
<td>2021-11-11</td>
|
||||
<td><span class="code">powerShell</span> transition, replacing wmic (windows)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.9.9</th>
|
||||
<td>2021-10-27</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.9.9</span></div>
|
||||
<div class="version">New Version: <span id="version">5.9.10</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