updated docs

This commit is contained in:
Sebastian Hildebrandt 2025-12-22 15:49:17 +01:00
parent e992bddfa5
commit e6748b8c6e
4 changed files with 30 additions and 2 deletions

View File

@ -90,6 +90,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
| Version | Date | Comment | | Version | Date | Comment |
| ------- | ---------- | --------------------------------------------------------------------------------------------------- | | ------- | ---------- | --------------------------------------------------------------------------------------------------- |
| 5.27.15 | 2025-12-22 | Updated docs |
| 5.27.14 | 2025-12-15 | `fsSize()` fix drive sanitation (windows) | | 5.27.14 | 2025-12-15 | `fsSize()` fix drive sanitation (windows) |
| 5.27.13 | 2025-12-10 | `cpuCurrentSpeed()` fix hasOwnProperty | | 5.27.13 | 2025-12-10 | `cpuCurrentSpeed()` fix hasOwnProperty |
| 5.27.12 | 2025-12-09 | `networkConnections()` fix pid issue (macOS) | | 5.27.12 | 2025-12-09 | `networkConnections()` fix pid issue (macOS) |

View File

@ -30,8 +30,30 @@
## The Systeminformation Project ## The Systeminformation Project
### Merry Christmas and Happy new year
```
.''.
.''. . *''* :_\/_:
:_\/_: _\(/_ .:.*_\/_* : /\ :
.''.: /\ : ./)\ ':'* /\ * : '..'.
:_\/_:'.:::. ' *''* * '.\'/.' _\(/_
: /\ : ::::: *_\/_* -= o =- /)\
'..' ':::' * /\ * .'/.\'. '
*..* :
*
* /.\ * * . *
. /..'\ . . * .
*/'.'\* . . . * *
* /.''.'\ * . . . *
. */.'.'.\*
...".""""/'.''.'.\""."."...
^^^[_]^^^*
```
I wish you all a Merry Christmas and a peaceful New Year 2026.
This is amazing. Started as a small project just for myself, it now has > 18,000 This is amazing. Started as a small project just for myself, it now has > 18,000
lines of code, > 700 versions published, up to 10 mio downloads per month, > 400 lines of code, > 700 versions published, up to 15 mio downloads per month, > 450
mio downloads overall. Top 10 NPM ranking for backend packages. Thank you to all mio downloads overall. Top 10 NPM ranking for backend packages. Thank you to all
who contributed to this project! who contributed to this project!

View File

@ -57,6 +57,11 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr>
<th scope="row">5.27.15</th>
<td>2025-12-22</td>
<td>Updated docs</td>
</tr>
<tr> <tr>
<th scope="row">5.27.14</th> <th scope="row">5.27.14</th>
<td>2025-12-16</td> <td>2025-12-16</td>

View File

@ -170,7 +170,7 @@
<img class="logo" src="assets/logo.png" alt="logo"> <img class="logo" src="assets/logo.png" alt="logo">
<div class="title">systeminformation</div> <div class="title">systeminformation</div>
<div class="subtitle"><span id="typed"></span>&nbsp;</div> <div class="subtitle"><span id="typed"></span>&nbsp;</div>
<div class="version">New Version: <span id="version">5.27.14</span></div> <div class="version">New Version: <span id="version">5.27.15</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> <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>
<div class="down"> <div class="down">