File tree 1 file changed +38
-1
lines changed
1 file changed +38
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
- === input-emulator v0.3 ===
2
+ === input-emulator v0.4 ===
3
+
4
+
5
+
6
+ Changes since v0.3:
7
+
8
+ * Make sure commands are performed synchronously
9
+
10
+ When scripting commands, request messages would pile up and overflow the
11
+ message queue resulting in crash or errors. To avoid this we now wait
12
+ for each command to finish (wait for ok response) before firing the next
13
+ command.
14
+
15
+ * Fix stop command crash
16
+
17
+ * Wait for service to be fully initialized before exit
18
+
19
+ To prevent command-line client from making request before service is
20
+ fully initialized.
21
+
22
+ * Make sure only one client is talking to server at a time
23
+
24
+ * Update kbd example
25
+
26
+ * Update README
27
+
28
+ * Remove lua script code
29
+
30
+ Can be reintroduced if needed. For now everything is perfectly
31
+ scriptable via command-line commands.
32
+
33
+ * Add 'mouse scroll <ticks>' command
34
+
35
+ * Add bash completion script
36
+
37
+ * Add alias_to_key() and more aliases
38
+
39
+ * Move code to keyboard
3
40
4
41
5
42
You can’t perform that action at this time.
0 commit comments