Skip to content

Commit a112489

Browse files
committed
Update NEWS
1 parent fa12c40 commit a112489

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

Diff for: NEWS

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11

2-
=== input-emulator v0.5 ===
2+
=== 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.
323

424

525

0 commit comments

Comments
 (0)