diskLayout() support for older versions of lsblk
This commit is contained in:
parent
0fd3c20474
commit
657ec538ff
@ -30,6 +30,8 @@ For major (breaking) changes - version 3 and 2 see end of page.
|
|||||||
|
|
||||||
| Version | Date | Comment |
|
| Version | Date | Comment |
|
||||||
| -------------- | -------------- | -------- |
|
| -------------- | -------------- | -------- |
|
||||||
|
| 4.15.1 | 2019-11-10 | `diskLayout()` added support for older lsblk versions (linux) |
|
||||||
|
| 4.15.0 | 2019-11-10 | `cpu()` added governor (linux) |
|
||||||
| 4.14.17 | 2019-10-22 | `graphics()` improved display detection (windows) |
|
| 4.14.17 | 2019-10-22 | `graphics()` improved display detection (windows) |
|
||||||
| 4.14.16 | 2019-10-19 | `graphics()` improved display detection (windows) |
|
| 4.14.16 | 2019-10-19 | `graphics()` improved display detection (windows) |
|
||||||
| 4.14.15 | 2019-10-18 | `graphics()` fallback display detection (windows) |
|
| 4.14.15 | 2019-10-18 | `graphics()` fallback display detection (windows) |
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
[![Caretaker][caretaker-image]][caretaker-url]
|
[![Caretaker][caretaker-image]][caretaker-url]
|
||||||
[![MIT license][license-img]][license-url]
|
[![MIT license][license-img]][license-url]
|
||||||
|
|
||||||
This is amazing. Started as a small project just for myself, it now has > 9,000 lines of code, > 250 versions published, up to 400,000 downloads per month, > 1 Mio downloads overall. Thank you to all who contributed to this project!
|
This is amazing. Started as a small project just for myself, it now has > 9,000 lines of code, > 250 versions published, up to 900,000 downloads per month, > 2 Mio downloads overall. Thank you to all who contributed to this project!
|
||||||
|
|
||||||
## New Version 4.0
|
## New Version 4.0
|
||||||
|
|
||||||
@ -91,7 +91,6 @@ si.cpu()
|
|||||||
- Version 4.11.0: `wifiNetworks()` added available wifi networks
|
- Version 4.11.0: `wifiNetworks()` added available wifi networks
|
||||||
- Version 4.10.0: `graphics()` added windows multiple display support, added display size, connection, ...
|
- Version 4.10.0: `graphics()` added windows multiple display support, added display size, connection, ...
|
||||||
- Version 4.9.0: `graphics()` added vendor, refresh rate, current resolution
|
- Version 4.9.0: `graphics()` added vendor, refresh rate, current resolution
|
||||||
- Version 4.8.0: added `vboxInfo()` detailed virtual box info
|
|
||||||
- ...
|
- ...
|
||||||
|
|
||||||
You can find all changes here: [detailed changelog][changelog-url]
|
You can find all changes here: [detailed changelog][changelog-url]
|
||||||
|
|||||||
@ -83,6 +83,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">4.15.0</th>
|
||||||
|
<td>2019-11-10</td>
|
||||||
|
<td><span class="code">diskLayout()</span> added support for older lsblk versions (linux)</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4.15.0</th>
|
<th scope="row">4.15.0</th>
|
||||||
<td>2019-11-10</td>
|
<td>2019-11-10</td>
|
||||||
|
|||||||
@ -168,7 +168,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">Current Version: <span id="version">4.15.0</span></div>
|
<div class="version">Current Version: <span id="version">4.15.1</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">
|
||||||
@ -191,7 +191,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row number-section">
|
<div class="row number-section">
|
||||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||||
<div class="numbers">9,361</div>
|
<div class="numbers">9,371</div>
|
||||||
<div class="title">Lines of code</div>
|
<div class="title">Lines of code</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user