versions() added bun and deno

This commit is contained in:
Sebastian Hildebrandt 2024-12-31 12:56:49 +01:00
parent 3a8b3b640e
commit 233d5aec06
4 changed files with 10 additions and 3 deletions

View File

@ -90,6 +90,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
| Version | Date | Comment |
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
| 5.24.0 | 2024-12-31 | `versions()` added deno and bun |
| 5.23.25 | 2024-12-30 | `system()` adapted model and version (macOS) |
| 5.23.24 | 2024-12-29 | `osInfo()` improved logofile detection |
| 5.23.23 | 2024-12-25 | `bluetoothDevices()` added parsing vendor ID (macOS) |

View File

@ -172,6 +172,7 @@ si.cpu()
(last 7 major and minor version releases)
- Version 5.24.0: `versions()` added bun and deno
- Version 5.23.0: `usb()` added serial number (linux)
- Version 5.22.0: `wifiConnections()` added signal quality
- Version 5.21.0: `graphics()` added subVendor (linux)

View File

@ -57,6 +57,11 @@
</tr>
</thead>
<tbody>
<tr>
<th scope="row">5.24.0</th>
<td>2024-12-31</td>
<td><span class="code">versions()</span> added deno and bun</td>
</tr>
<tr>
<th scope="row">5.23.25</th>
<td>2024-12-30</td>

View File

@ -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.25</span></div>
<div class="version">New Version: <span id="version">5.24.0</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">
@ -204,7 +204,7 @@
</div>
<div class="row number-section">
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
<div class="numbers">18,271</div>
<div class="numbers">18,306</div>
<div class="title">Lines of code</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
@ -212,7 +212,7 @@
<div class="title">Downloads last month</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
<div class="numbers">786</div>
<div class="numbers">792</div>
<div class="title">Dependents</div>
</div>
</div>