Skip to content

Commit

Permalink
usb() fixed duplicate entries (windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhildebrandt committed Aug 3, 2024
1 parent 3ef84b0 commit d76c58e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
5 changes: 5 additions & 0 deletions docs/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ <h3>Full version history</h3>
</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>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.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">
Expand Down

0 comments on commit d76c58e

Please sign in to comment.