updated docs

This commit is contained in:
Sebastian Hildebrandt 2021-10-05 19:42:45 +02:00
parent f2857d4aa3
commit 7a72852892
4 changed files with 8 additions and 5 deletions

View File

@ -80,7 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
| Version | Date | Comment |
| -------------- | -------------- | -------- |
| 5.9.3 | 2021-09-17 | `processes()` fixed memVsz, Memrss (macOS M1) |
| 5.9.4 | 2021-09-23 | `processes()` fixed memVsz, Memrss (macOS M1) |
| 5.9.3 | 2021-09-17 | `cpuTemperature()` improved tdie detection (linus) |
| 5.9.2 | 2021-09-16 | `graohics()` (macOS), `memLayout()` (win) improvements |
| 5.9.1 | 2021-09-15 | `diskLayout()` fix size (macOS) |

View File

@ -30,7 +30,7 @@
[![Sponsoring][sponsor-badge]][sponsor-url]
[![MIT license][license-img]][license-url]
This is amazing. Started as a small project just for myself, it now has > 10,000 lines of code, > 450 versions published, up to 3 mio downloads per month, > 48 mio downloads overall. Thank you to all who contributed to this project!
This is amazing. Started as a small project just for myself, it now has > 10,000 lines of code, > 450 versions published, up to 4 mio downloads per month, > 50 mio downloads overall. Thank you to all who contributed to this project!
## New Version 5.0

View File

@ -213,7 +213,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">479</div>
<div class="numbers">485</div>
<div class="title">Dependents</div>
</div>
</div>

View File

@ -1,7 +1,7 @@
{
"name": "systeminformation",
"version": "5.9.4",
"description": "Simple system and OS information library",
"description": "Advanced, lightweight system and OS information library",
"license": "MIT",
"author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)",
"homepage": "https://systeminformation.io",
@ -70,7 +70,10 @@
"virtual box",
"virtualbox",
"vm",
"backend"
"backend",
"hardware",
"BIOS",
"chassis"
],
"repository": {
"type": "git",