Skip to content

Commit 5338fdc

Browse files
system() added model (freebsd)
1 parent 6f0c56c commit 5338fdc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
9090

9191
| Version | Date | Comment |
9292
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
93+
| 5.27.6 | 2025-06-20 | `system()` added model (freebsd) |
9394
| 5.27.5 | 2025-06-19 | `system()` added serial, uuid, virtual (freebsd) |
9495
| 5.27.4 | 2025-06-19 | `uuid()` fixed os, hardware uuids (freebsd) |
9596
| 5.27.3 | 2025-06-17 | `osInfo()` added macOS Tahoe detection |

docs/history.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ <h3>Full version history</h3>
5757
</tr>
5858
</thead>
5959
<tbody>
60+
<tr>
61+
<th scope="row">5.27.5</th>
62+
<td>2025-06-20</td>
63+
<td><span class="code">system()</span> added model (freebsd)</td>
64+
</tr>
6065
<tr>
6166
<th scope="row">5.27.5</th>
6267
<td>2025-06-19</td>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<img class="logo" src="assets/logo.png" alt="logo">
171171
<div class="title">systeminformation</div>
172172
<div class="subtitle"><span id="typed"></span>&nbsp;</div>
173-
3<div class="version">New Version: <span id="version">5.27.5</span></div>
173+
3<div class="version">New Version: <span id="version">5.27.6</span></div>
174174
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
175175
</div>
176176
<div class="down">
@@ -212,7 +212,7 @@
212212
<div class="title">Downloads last month</div>
213213
</div>
214214
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
215-
<div class="numbers">863</div>
215+
<div class="numbers">865</div>
216216
<div class="title">Dependents</div>
217217
</div>
218218
</div>

0 commit comments

Comments
 (0)