chassis(), baseboard() improved parsing (windows)
This commit is contained in:
parent
26f2b140ff
commit
369532fd17
@ -83,6 +83,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
||||
| 5.21.5 | 2023-09-15 | `chassis()`, `baseboard()` improved parsing (windows) |
|
||||
| 5.21.4 | 2023-09-02 | `wifiConnections()` fixed when no wifi chip (macOS) |
|
||||
| 5.21.3 | 2023-08-31 | `cpuTemperature()` improved parsing for AMD (linux) |
|
||||
| 5.21.2 | 2023-08-30 | `cpuTemperature()` improved parsing for AMD (linux) |
|
||||
|
||||
@ -29,11 +29,11 @@
|
||||
[![MIT license][license-img]][license-url]
|
||||
|
||||
## The Systeminformation Project
|
||||
This is amazing. Started as a small project just for myself, it now has > 15,000 lines of code, > 600 versions published, up to 6 mio downloads per month, > 150 mio downloads overall. #1 NPM ranking for backend packages. Thank you to all who contributed to this project!
|
||||
This is amazing. Started as a small project just for myself, it now has > 15,000 lines of code, > 600 versions published, up to 8 mio downloads per month, > 200 mio downloads overall. #1 NPM ranking for backend packages. Thank you to all who contributed to this project!
|
||||
|
||||
## Please support this project ... ☕️
|
||||
|
||||
Over the past few years I spent **over 2.000 hours** working on this project and invested in hardware to be able to test on different platforms. Currently I am working very hard on the next **new version 6.0** completely rewritten in TypeScript and with a lot of new features. Any support is highly appreciated - [Buy me a coffee](https://www.buymeacoffee.com/systeminfo).
|
||||
Over the past few years I spent **more than 2.000 hours** working on this project and invested in hardware to be able to test on different platforms. Currently I am working very hard on the next **new version 6.0** completely rewritten in TypeScript and with a lot of new features. Any support is highly appreciated - [Buy me a coffee](https://www.buymeacoffee.com/systeminfo).
|
||||
|
||||
**Your contribution** make it possible for me to keep working on this project, add new features and support more platforms. Thank you in advance!
|
||||
|
||||
|
||||
@ -57,6 +57,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.21.5</th>
|
||||
<td>2023-09-15</td>
|
||||
<td><span class="code">chassis()</span>, <span class="code">baseboard()</span> improved parsing (windows)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.21.4</th>
|
||||
<td>2023-09-02</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.21.4</span></div>
|
||||
<div class="version">New Version: <span id="version">5.21.5</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