cpuTemperatur() rewrite parsing hwmon (linux)
This commit is contained in:
parent
9a32761531
commit
337b03cb20
@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| -------------- | -------------- | -------- |
|
||||
| 4.30.7 | 2020-11-29 | `cpuTemperature()` rewrite hwmon parsing |
|
||||
| 4.30.6 | 2020-11-27 | wmic added default windows path (windows) |
|
||||
| 4.30.5 | 2020-11-26 | adapted security update (prototype pollution prevention) |
|
||||
| 4.30.4 | 2020-11-25 | reverted Object.freeze because it broke some projects |
|
||||
|
||||
@ -83,6 +83,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">4.30.6</th>
|
||||
<td>2020-11-27</td>
|
||||
<td><span class="code">cpuTemperature()</span> rewrite hwmon parsing (linux)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.30.6</th>
|
||||
<td>2020-11-27</td>
|
||||
|
||||
@ -169,7 +169,7 @@
|
||||
<img class="logo" src="assets/logo.png">
|
||||
<div class="title">systeminformation</div>
|
||||
<div class="subtitle"><span id="typed"></span></div>
|
||||
<div class="version">Current Version: <span id="version">4.30.6</span></div>
|
||||
<div class="version">Current Version: <span id="version">4.30.7</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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user