updated docs

This commit is contained in:
Sebastian Hildebrandt 2020-05-20 07:00:31 +02:00
parent 26be10b3ac
commit 971af74a84
4 changed files with 10 additions and 6 deletions

View File

@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
| Version | Date | Comment | | Version | Date | Comment |
| -------------- | -------------- | -------- | | -------------- | -------------- | -------- |
| 4.26.3 | 2020-05-20 | updated documentation (macOS temperature) |
| 4.26.2 | 2020-05-19 | `processes()` memory leak fix | | 4.26.2 | 2020-05-19 | `processes()` memory leak fix |
| 4.26.1 | 2020-05-13 | code cleanup | | 4.26.1 | 2020-05-13 | code cleanup |
| 4.26.0 | 2020-05-12 | `diskLayout()` added full smart data where supported | | 4.26.0 | 2020-05-12 | `diskLayout()` added full smart data where supported |

View File

@ -806,8 +806,7 @@ Written by Sebastian Hildebrandt [sebhildebrandt](https://github.com/sebhildebra
OSX Temperature: credits here are going to: OSX Temperature: credits here are going to:
- Massimiliano Marcon [mmarcon](https://github.com/mmarcon) for his work on [smc-code][smc-code-url] - Frank Stock [pcafstockf](https://github.com/pcafstockf) - for his work on [smc-code][smc-code-url]
- Sébastien Lavoie [lavoiesl](https://github.com/lavoiesl) for his work on [osx-cpu-temp][osx-cpu-temp-url] code.
## Copyright Information ## Copyright Information
@ -883,5 +882,4 @@ All other trademarks are the property of their respective owners.
[mmon-npm-url]: https://npmjs.org/package/mmon [mmon-npm-url]: https://npmjs.org/package/mmon
[mmon-github-url]: https://github.com/sebhildebrandt/mmon [mmon-github-url]: https://github.com/sebhildebrandt/mmon
[smc-code-url]: https://github.com/mmarcon/node-smc [smc-code-url]: https://github.com/pcafstockf/osx-temperature-sensor
[osx-cpu-temp-url]: https://github.com/lavoiesl/osx-cpu-temp

View File

@ -83,6 +83,11 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr>
<th scope="row">4.26.3</th>
<td>2020-05-20</td>
<td>Updated documentation</td>
</tr>
<tr> <tr>
<th scope="row">4.26.2</th> <th scope="row">4.26.2</th>
<td>2020-05-19</td> <td>2020-05-19</td>

View File

@ -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.26.2</span></div> <div class="version">Current Version: <span id="version">4.26.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> <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">
@ -207,7 +207,7 @@
<div class="title">Downloads last month</div> <div class="title">Downloads last month</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">
<div class="numbers">272</div> <div class="numbers">271</div>
<div class="title">Dependends</div> <div class="title">Dependends</div>
</div> </div>
</div> </div>