usb() fixed duplicate entries (windows)
This commit is contained in:
parent
3ef84b0b80
commit
d76c58ed3a
@ -83,6 +83,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
||||
| 5.23.3 | 2024-08-02 | `usb()` fixed duplicate entries (windows) |
|
||||
| 5.23.2 | 2024-08-01 | `execSync()` fixed EFAULT (linux) |
|
||||
| 5.23.1 | 2024-07-31 | `disklayout()` updated docs (macOS) |
|
||||
| 5.23.0 | 2024-07-31 | `usb()` added serialNumber (linux) |
|
||||
|
||||
@ -57,6 +57,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.23.3</th>
|
||||
<td>2024-08-02</td>
|
||||
<td><span class="code">usb()</span> fixed dublicate etries (windows)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.23.2</th>
|
||||
<td>2024-08-01</td>
|
||||
|
||||
@ -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> </div>
|
||||
<div class="version">New Version: <span id="version">5.23.2</span></div>
|
||||
<div class="version">New Version: <span id="version">5.23.3</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