We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa12c40 commit a112489Copy full SHA for a112489
NEWS
@@ -1,5 +1,25 @@
1
2
-=== input-emulator v0.5 ===
+=== input-emulator v0.6 ===
3
+
4
5
+Changes since v0.5:
6
7
+ * Add meson option to enable runtime debug output
8
9
+ Add meson option 'enable-debug' which enables runtime debug output when
10
+ set to true. Default value is false.
11
12
+ * Update README
13
14
+ * Add mouse and touch config details to status
15
16
+ * Make communication more robust
17
18
+ Make communication more robust by reworking the communication transport
19
+ mechanism to use a socket instead of messages queues.
20
21
+ This should solve the issue of the occasianally missing letters when
22
+ using the keyboard simulator.
23
24
25
0 commit comments