updated docs
This commit is contained in:
parent
7b8ae2dd19
commit
15951d002d
@ -90,6 +90,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
||||
| 5.25.11 | 2025-01-11 | `docs` updated |
|
||||
| 5.25.10 | 2025-01-10 | `graphics()` improvement Raspberry Ubuntu |
|
||||
| 5.25.9 | 2025-01-10 | `memLayout()` improvement Raspberry PI 5 |
|
||||
| 5.25.8 | 2025-01-09 | `graphics()` improved for Raspberry PI |
|
||||
|
||||
@ -35,6 +35,11 @@ lines of code, > 650 versions published, up to 8 mio downloads per month, > 330
|
||||
mio downloads overall. #1 NPM ranking for backend packages. Thank you to all who
|
||||
contributed to this project!
|
||||
|
||||
> **Upcoming Version 6**
|
||||
>
|
||||
> With a lot of new features, improvements and a cleaned up API where will also
|
||||
> be some breaking changes. We will release the first beta soon.
|
||||
|
||||
## Please support this project ... ☕️
|
||||
|
||||
Over the past few years I spent **more than 3.000 hours** working on this
|
||||
|
||||
@ -57,6 +57,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.25.11</th>
|
||||
<td>2024-01-11</td>
|
||||
<td><span class="code">docs</span> updated docs</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.25.10</th>
|
||||
<td>2024-01-10</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>
|
||||
3<div class="version">New Version: <span id="version">5.25.10</span></div>
|
||||
3<div class="version">New Version: <span id="version">5.25.11</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">
|
||||
@ -187,7 +187,7 @@
|
||||
<div class="col-12 sectionheader index">
|
||||
<div class="title">Overview</div>
|
||||
<div class="subtitle">Node.js system information package. Lightweight collection of 50+ functions to retrieve detailed hardware, system and OS information. For Linux, macOS, partial Windows, FreeBSD, OpenBSD, NetBSD, SunOS and Android support. Dependency free. Works with <span class="bold">Node.js</span>, <span class="bold">Bun</span> and <span class="bold">Deno</span></div>
|
||||
<div class="subtitle bold">#1 NPM ranking for backend packages</div>
|
||||
<div class="text larger"><span class="bold">Version 6</span> will arrive soon with a lot of new features but also some breaking changes (more consistent API)</div>
|
||||
<div class="npmicons">
|
||||
<a href="https://npmjs.org/package/systeminformation" rel="nofollow"><img src="https://img.shields.io/npm/v/systeminformation.svg?style=flat-square" alt="NPM Version" data-canonical-src="https://img.shields.io/npm/v/systeminformation.svg?style=flat-square" style="max-width:100%;"></a>
|
||||
<a href="https://systeminformation.io" rel="nofollow"><img src="assets/no-dependencies.svg" alt="no dependencies"></a>
|
||||
@ -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">796</div>
|
||||
<div class="numbers">797</div>
|
||||
<div class="title">Dependents</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user