users parsing fix (windows)
This commit is contained in:
parent
48925492a3
commit
9cee978ff1
@ -30,7 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
|
|||||||
|
|
||||||
| Version | Date | Comment |
|
| Version | Date | Comment |
|
||||||
| -------------- | -------------- | -------- |
|
| -------------- | -------------- | -------- |
|
||||||
| 4.1.7 | 2019-05-08 | `users()` parsing fix (windows) |
|
| 4.1.7 | 2019-05-09 | `users()` parsing fix (windows) |
|
||||||
| 4.1.6 | 2019-04-24 | `memory()` swap used fix (linux) |
|
| 4.1.6 | 2019-04-24 | `memory()` swap used fix (linux) |
|
||||||
| 4.1.5 | 2019-04-19 | refactored `wmic` calls to work also on Windows XP |
|
| 4.1.5 | 2019-04-19 | refactored `wmic` calls to work also on Windows XP |
|
||||||
| 4.1.4 | 2019-03-26 | `networkInterfaces()` speed bug (windows) |
|
| 4.1.4 | 2019-03-26 | `networkInterfaces()` speed bug (windows) |
|
||||||
|
|||||||
18
README.md
18
README.md
@ -29,23 +29,7 @@
|
|||||||
[![Caretaker][caretaker-image]][caretaker-url]
|
[![Caretaker][caretaker-image]][caretaker-url]
|
||||||
[![MIT license][license-img]][license-url]
|
[![MIT license][license-img]][license-url]
|
||||||
|
|
||||||
## Happy Birthday
|
**2019-03-12** - 5th birthday of systeminformation. This is amazing. Started as a small projekt just for myself, it now has > 8,000 lines of code, > 200 versions published, up to 100,000 downloads per month, > 1 Mio downloads overall. Thank you to all who contributed to this project!
|
||||||
|
|
||||||
```
|
|
||||||
(
|
|
||||||
) (_) (
|
|
||||||
(_) ) # ( (_)
|
|
||||||
_#.--(_)---#----(_)-.#_
|
|
||||||
.' # # # # # `.
|
|
||||||
: # # # # :
|
|
||||||
:. # # .:
|
|
||||||
| `-.__ __.-' |
|
|
||||||
| ````"""""""```` |
|
|
||||||
'. HAPPY BIRTHDAY .'
|
|
||||||
`-.__ __.-'
|
|
||||||
````"""""""````
|
|
||||||
```
|
|
||||||
2019-03-12 - the **5th birthday** of systeminformation. This is amazing. Started as a small projekt just for myself, it now has > 8,000 lines of code, > 200 versions published, up to 100,000 downloads per month, > 888,000 downloads overall. Thank you to all who contributed to this project!
|
|
||||||
|
|
||||||
## New Version 4.0
|
## New Version 4.0
|
||||||
|
|
||||||
|
|||||||
@ -82,7 +82,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4.1.7</th>
|
<th scope="row">4.1.7</th>
|
||||||
<td>2019-05-08</td>
|
<td>2019-05-09</td>
|
||||||
<td><span class="code">users()</span> parsing fix (windows)</td>
|
<td><span class="code">users()</span> parsing fix (windows)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@ -193,7 +193,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">8,242</div>
|
<div class="numbers">8,241</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