Releases: pgaskin/wl-uinput-proxy
Releases · pgaskin/wl-uinput-proxy
Release list
v0.0.4
Immutable
release. Only release title and notes can be modified.
- Ensure the child process gets killed if we die unexpectedly.
- Always drain remaining events before exiting (fixes stuff for extremely short-lived clients).
- Add some debug logging when
WUIP_DEBUG=1. - Fix some keys with possible extended keycode mapping being ignored.
- Catch panics from xkbcommon-rs.
v0.0.3
Immutable
release. Only release title and notes can be modified.
- Fix build on 32-bit platforms.
- More documentation.
- Automate releases using trusted publishing.
v0.0.2
- Make keybinds with shift work by sending real events for it instead of only using it as a modifier.
- Preserve event order across all virtual devices to work around buggy clients.
- Run the input emitter in a thread so the initial delay to wait for discovery doesn't block the connection.
- Set a default extent for relative-only motion to make movement more reasonable for clients which only ever send relative pointer events.
- Don't let a key go down twice to prevent buggy clients from breaking other clients.