uuid() fix return values (windows)
This commit is contained in:
parent
cbdb462f95
commit
b018b5ae2a
@ -982,6 +982,7 @@ Written by Sebastian Hildebrandt [sebhildebrandt](https://github.com/sebhildebra
|
||||
- Maria Camila Cubides [MariaCamilaCubides](https://github.com/MariaCamilaCubides)
|
||||
- Aleksander Krasnicki [plakak](https://github.com/plakak)
|
||||
- Alexis Tyler [OmgImAlexis](https://github.com/OmgImAlexis)
|
||||
- Simon Smith [si458](https://github.com/si458)
|
||||
|
||||
OSX Temperature: credits here are going to:
|
||||
|
||||
|
||||
@ -67,6 +67,7 @@
|
||||
<li>Maria Camila Cubides <a href="https://github.com/MariaCamilaCubides" rel="nofollow">MariaCamilaCubides</a></li>
|
||||
<li>Aleksander Krasnicki <a href="https://github.com/plakak" rel="nofollow">plakak</a></li>
|
||||
<li>Alexis Tyler <a href="https://github.com/OmgImAlexis" rel="nofollow">OmgImAlexis</a></li>
|
||||
<li>Simon Smith <a href="https://github.com/si458" rel="nofollow">si458</a></li>
|
||||
</ul>
|
||||
<p>OSX Temperature: credits here are going to:</p>
|
||||
<ul>
|
||||
|
||||
@ -57,6 +57,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.10.2</th>
|
||||
<td>2022-01-17</td>
|
||||
<td><span class="code">uuid()</span> fix return values (windows)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.10.1</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.1</span></div>
|
||||
<div class="version">New Version: <span id="version">5.10.2</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">
|
||||
@ -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">513</div>
|
||||
<div class="numbers">514</div>
|
||||
<div class="title">Dependents</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user