File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments