updated docs
This commit is contained in:
parent
e992bddfa5
commit
e6748b8c6e
@ -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) |
|
||||||
|
|||||||
24
README.md
24
README.md
@ -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!
|
||||||
|
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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> </div>
|
<div class="subtitle"><span id="typed"></span> </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">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user