-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.html
44 lines (40 loc) · 3.1 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<p style="font-size:xx-large; color:#7f91ad; margin-top:0px; margin-bottom:0px">What's New in Version 0.2.0</p>
<p><span style="font-size:large; color:white; background-color:#73AD21; padding:5px; border-radius:5px">WHAT'S NEW</span></p>
<ul style="margin-top:0px; margin-left:-10px">
<li style="margin-top:3px">Use Windows scheduled task manager in order to run PowerPAD with administrator elevated rights.<br>
Mouse can now be used in all applications running with higher rights, for instance task manager</li>
</ul>
<p><span style="font-size:large; color:white; background-color:#73AD21; padding:5px; border-radius:5px">BUG FIXES</span></p>
<ul style="margin-top:0px; margin-left:-10px">
<li style="margin-top:3px">Fix mouse pointer not being shown if no mouse device is connected</li>
<li style="margin-top:3px">Simplification of string message 'Control restored after auto-disable'</li>
<li style="margin-top:3px">Fix 'Autodisable during fullscreen' not translated at all in french</li>
<li style="margin-top:3px">Fix application window state always being displayed as 'Disconnected'</li>
<li style="margin-top:3px">Fix application single instance detection (plus race condition) not properly working</li>
</ul>
<br>
<p style="font-size:xx-large; color:#7f91ad; margin-top:0px; margin-bottom:0px">What's New in Version 0.1.1</p>
<p><span style="font-size:large; color:white; background-color:#73AD21; padding:5px; border-radius:5px">BUG FIXES</span></p>
<ul style="margin-top:0px; margin-left:-10px">
<li style="margin-top:3px">Update notification message when connection is restored after auto-disable on fullscreen</li>
<li style="margin-top:3px">Make fullscreen detection more reliable</li>
<li style="margin-top:3px">Fix application window being shown behind taskbar systray</li>
<li style="margin-top:3px">Fix a conflict between single button and combo buttons trigger</li>
<li style="margin-top:3px">Fix mouse move speed by using a square function giving better precision to cursor</li>
<li style="margin-top:3px">Fix virtual keyboard keys wheel going too fast</li>
<li style="margin-top:3px">Fix mouse acceleration not always working when pushing joystick in corners</li>
</ul>
<br>
<p style="font-size:xx-large; color:#7f91ad; margin-top:0px; margin-bottom:0px">Initial Release 0.1.0</p>
<p><span style="font-size:large; color:white; background-color:#73AD21; padding:5px; border-radius:5px">MAIN FEATURES</span></p>
<ul style="margin-top:0px; margin-left:-10px">
<li style="margin-top:3px">Manage up to 4 xinput compatible controllers</li>
<li style="margin-top:3px">Simulate mouse move, mouse wheel and key press</li>
<li style="margin-top:3px">Auto disable on full screen enter and enable back on leave</li>
<li style="margin-top:3px">On screen virtual keyboard</li>
<li style="margin-top:3px">Mouse speed and acceleration configuration</li>
<li style="margin-top:3px">Auto start application on Windows startup</li>
<li style="margin-top:3px">Online autoupdate application</li>
<li style="margin-top:3px">Integrate to Windows systray and display notifications</li>
<li style="margin-top:3px">Internationalization languages english and french</li>
</ul>