battery() fix detection (windows)
This commit is contained in:
parent
5bdc816969
commit
a7fa8a1f39
@ -80,6 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| -------------- | -------------- | -------- |
|
||||
| 5.10.4 | 2022-01-18 | `battery()` fix deection (windows) |
|
||||
| 5.10.3 | 2022-01-17 | `system()` improved virtual detection (windows) |
|
||||
| 5.10.2 | 2022-01-17 | `uuid()` fix results (windows) |
|
||||
| 5.10.1 | 2022-01-17 | `cpu()` fix manufacturer |
|
||||
|
||||
@ -57,6 +57,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.10.4</th>
|
||||
<td>2022-01-187</td>
|
||||
<td><span class="code">battery()</span> fix detection (windows)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.10.3</th>
|
||||
<td>2022-01-17</td>
|
||||
|
||||
@ -170,7 +170,7 @@
|
||||
<img class="logo" src="assets/logo.png">
|
||||
<div class="title">systeminformation</div>
|
||||
<div class="subtitle"><span id="typed"></span> </div>
|
||||
<div class="version">New Version: <span id="version">5.10.3</span></div>
|
||||
<div class="version">New Version: <span id="version">5.10.4</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">
|
||||
@ -206,7 +206,7 @@
|
||||
</div>
|
||||
<div class="row number-section">
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||
<div class="numbers">14,912</div>
|
||||
<div class="numbers">15,121</div>
|
||||
<div class="title">Lines of code</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||
@ -214,7 +214,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">514</div>
|
||||
<div class="numbers">515</div>
|
||||
<div class="title">Dependents</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user