refactoring to avoid 'cat'
This commit is contained in:
parent
406bc5860b
commit
9f15d460f8
@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| -------------- | -------------- | -------- |
|
||||
| 4.23.3 | 2020-04-09 | recactored to avoid `cat` |
|
||||
| 4.23.2 | 2020-04-08 | `cpu()` fixed getting base frequency for AMD Ryzen |
|
||||
| 4.23.1 | 2020-03-11 | `diskLayout()` optimized detection linux |
|
||||
| 4.23.0 | 2020-03-08 | `versions()` added param to specify which program/lib versions to detect |
|
||||
|
||||
@ -83,6 +83,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">4.23.3</th>
|
||||
<td>2020-04-09</td>
|
||||
<td>refactored to avoid <span class="code">cat</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.23.2</th>
|
||||
<td>2020-04-08</td>
|
||||
|
||||
@ -168,7 +168,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.23.2</span></div>
|
||||
<div class="version">Current Version: <span id="version">4.23.3</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