Skip to content

Commit

Permalink
fix execSync encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhildebrandt committed Oct 26, 2023
1 parent ad8b942 commit 558fe9d
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.21.14 | 2023-10-26 | `execSync()` added explicit encoding (linux) |
| 5.21.13 | 2023-10-21 | `system()` Raspberry Pi 5 detection |
| 5.21.12 | 2023-10-17 | `system()` Raspberry CM4S detection |
| 5.21.11 | 2023-10-05 | `osInfo()` fix getLogoFile (BSD) |
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.21.14</th>
<td>2023-10-26</td>
<td><span class="code">execSync()</span> added explicit encoding (linux)</td>
</tr>
<tr>
<th scope="row">5.21.13</th>
<td>2023-10-21</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.21.13</span></div>
<div class="version">New Version: <span id="version">5.21.14</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 558fe9d

Please sign in to comment.