powerShell commands improved speed (windows)
This commit is contained in:
parent
a43f6f011a
commit
d32daa9f84
@ -80,6 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
|||||||
|
|
||||||
| Version | Date | Comment |
|
| Version | Date | Comment |
|
||||||
| -------------- | -------------- | -------- |
|
| -------------- | -------------- | -------- |
|
||||||
|
| 5.11.2 | 2022-02-05 | `powerShell` speed improvements (windows) |
|
||||||
| 5.11.1 | 2022-02-03 | `osInfo()` fixed issue fqdn (openBSD) |
|
| 5.11.1 | 2022-02-03 | `osInfo()` fixed issue fqdn (openBSD) |
|
||||||
| 5.11.0 | 2022-01-26 | `networkInterfaces()` added default property and parameter |
|
| 5.11.0 | 2022-01-26 | `networkInterfaces()` added default property and parameter |
|
||||||
| 5.10.7 | 2022-01-21 | `processes()` reverted PR #560 (windows) |
|
| 5.10.7 | 2022-01-21 | `processes()` reverted PR #560 (windows) |
|
||||||
|
|||||||
@ -56,6 +56,12 @@
|
|||||||
<th scope="col">Comment</th>
|
<th scope="col">Comment</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">5.11.2</th>
|
||||||
|
<td>2022-02-05</td>
|
||||||
|
<td><span class="code">powerShell</span> speed improvements (windows)</td>
|
||||||
|
</tr>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.11.1</th>
|
<th scope="row">5.11.1</th>
|
||||||
|
|||||||
@ -40,7 +40,7 @@
|
|||||||
600,
|
600,
|
||||||
'easeOutQuad',
|
'easeOutQuad',
|
||||||
function () {
|
function () {
|
||||||
console.log('READY')
|
console.log('READY');
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
@ -78,7 +78,7 @@
|
|||||||
loop: false,
|
loop: false,
|
||||||
backDelay: 1200,
|
backDelay: 1200,
|
||||||
|
|
||||||
}
|
};
|
||||||
var typed = new Typed('#typed', options);
|
var typed = new Typed('#typed', options);
|
||||||
}
|
}
|
||||||
function scrollIt(destination, duration = 200, easing = 'linear', callback) {
|
function scrollIt(destination, duration = 200, easing = 'linear', callback) {
|
||||||
@ -170,7 +170,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">New Version: <span id="version">5.11.1</span></div>
|
<div class="version">New Version: <span id="version">5.11.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>
|
<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">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user