uuid() better regedit path detection (win)
This commit is contained in:
parent
15b8bd97b5
commit
a94a8d0900
@ -77,6 +77,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
|||||||
|
|
||||||
| Version | Date | Comment |
|
| Version | Date | Comment |
|
||||||
| -------------- | -------------- | -------- |
|
| -------------- | -------------- | -------- |
|
||||||
|
| 5.7.9 | 2021-07-25 | `uuid()` better regedit path detection (win) |
|
||||||
| 5.7.8 | 2021-07-16 | `battery()` fix designedCapacity (win, linux), fix catch error |
|
| 5.7.8 | 2021-07-16 | `battery()` fix designedCapacity (win, linux), fix catch error |
|
||||||
| 5.7.7 | 2021-06-15 | `graphics()` improved detection screen resolution (macOS) |
|
| 5.7.7 | 2021-06-15 | `graphics()` improved detection screen resolution (macOS) |
|
||||||
| 5.7.6 | 2021-06-09 | `battery()` improved detection (additional batteries windows) |
|
| 5.7.6 | 2021-06-09 | `battery()` improved detection (additional batteries windows) |
|
||||||
|
|||||||
@ -56,6 +56,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">5.7.9</th>
|
||||||
|
<td>2021-07-25</td>
|
||||||
|
<td><span class="code">uuid()</span> better regedit path detection (win)</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.7.8</th>
|
<th scope="row">5.7.8</th>
|
||||||
<td>2021-07-16</td>
|
<td>2021-07-16</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.7.8</span></div>
|
<div class="version">New Version: <span id="version">5.7.9</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