Skip to content

Commit 760605e

Browse files
committed
Update NEWS
1 parent d488db4 commit 760605e

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

Diff for: NEWS

+27-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11

2-
=== input-emulator v0.7 ===
2+
=== input-emulator v0.8 ===
3+
4+
5+
6+
Changes since v0.7:
7+
8+
* Fix mouse scroll feature
9+
10+
* Add --type-delay to start option for keyboard
11+
12+
Makes it possible to configure type delay in milliseconds. Default value
13+
is 15 ms.
14+
15+
* Add mouse test example
16+
17+
* Add mouse and keyboard stress tests
18+
19+
* Update examples
20+
21+
* Fix status print of mouse y-max value
22+
23+
* Use abstract socket for client/server communication
24+
25+
Use abstract socket for client/server communication instead of a socket
26+
file. This way we avoid being unable to start the service because of a
27+
stale socket file being left from a potential crash or if someone killed
28+
the service without proper shutdown.
329

430

531

0 commit comments

Comments
 (0)