battery() fix capacity
This commit is contained in:
parent
46c4307a41
commit
3cb4f181e5
@ -77,6 +77,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
|||||||
|
|
||||||
| Version | Date | Comment |
|
| Version | Date | Comment |
|
||||||
| -------------- | -------------- | -------- |
|
| -------------- | -------------- | -------- |
|
||||||
|
| 5.8.1 | 2021-08-24 | `battery()` fix capacity |
|
||||||
| 5.8.0 | 2021-08-02 | `disksIO()` added waitTime, waitPercent (linux) |
|
| 5.8.0 | 2021-08-02 | `disksIO()` added waitTime, waitPercent (linux) |
|
||||||
| 5.7.14 | 2021-08-01 | `cpu()` cache calculation fix (linux) |
|
| 5.7.14 | 2021-08-01 | `cpu()` cache calculation fix (linux) |
|
||||||
| 5.7.13 | 2021-07-28 | `osInfo()` fix uefi detection (win) |
|
| 5.7.13 | 2021-07-28 | `osInfo()` fix uefi detection (win) |
|
||||||
|
|||||||
@ -56,6 +56,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">5.8.1</th>
|
||||||
|
<td>2021-08-24</td>
|
||||||
|
<td><span class="code">battery()</span> battery fix capacity</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.8.0</th>
|
<th scope="row">5.8.0</th>
|
||||||
<td>2021-08-02</td>
|
<td>2021-08-02</td>
|
||||||
|
|||||||
@ -170,7 +170,7 @@
|
|||||||
<img class="logo" src="assets/logo.png">
|
<img class="logo" src="assets/logo.png">
|
||||||
<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.8.0</span></div>
|
<div class="version">New Version: <span id="version">5.8.1</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">
|
||||||
@ -203,7 +203,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row number-section">
|
<div class="row number-section">
|
||||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||||
<div class="numbers">14,481</div>
|
<div class="numbers">14,535</div>
|
||||||
<div class="title">Lines of code</div>
|
<div class="title">Lines of code</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||||
@ -211,7 +211,7 @@
|
|||||||
<div class="title">Downloads last month</div>
|
<div class="title">Downloads last month</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||||
<div class="numbers">449</div>
|
<div class="numbers">465</div>
|
||||||
<div class="title">Dependents</div>
|
<div class="title">Dependents</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -738,7 +738,7 @@ function chassis(callback) {
|
|||||||
'Blade',
|
'Blade',
|
||||||
'Blade Enclosure',
|
'Blade Enclosure',
|
||||||
'Tablet',
|
'Tablet',
|
||||||
'Concertible',
|
'Convertible',
|
||||||
'Detachable',
|
'Detachable',
|
||||||
'IoT Gateway ',
|
'IoT Gateway ',
|
||||||
'Embedded PC',
|
'Embedded PC',
|
||||||
|
|||||||
@ -69,7 +69,8 @@
|
|||||||
"wifinetworks",
|
"wifinetworks",
|
||||||
"virtual box",
|
"virtual box",
|
||||||
"virtualbox",
|
"virtualbox",
|
||||||
"vm"
|
"vm",
|
||||||
|
"backend"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user