blob: c90c920818dd6bade728525d6b660d0c5394ee76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
This just lists the user-visible changes. The real change log is the
git log, q.v.
20260106 bkw: 0.4.0 release. Changes since 0.3.0:
- The Shift/Enter annoyance (Shift key acts stuck) has been fixed. I
thought this was a hardware problem with my keyboard, but it turns
out to happen with any keyboard I connect to the Marson.
- Debug output (-v) now shows the /dev/input/* device node for the
virtual keyboard.
20250511 bkw: 0.3.0 release. Changes since 0.2.0:
- New -p option (startup delay).
- Print /sys path to input device when debugging.
- USB vendor ID, product ID, and default device node are now
configurable at compile time.
- marsond no longer appears as a pointing device in xinput --list.
20250507 bkw: 0.2.0 release. Changes since 0.1.x:
- marsond now always exits cleanly, even if killed by SIGTERM.
Anything before 0.2, see the git log for changes.
|