Skip to content

Releases: pgaskin/wl-uinput-proxy

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 08 Jun 23:17
Immutable release. Only release title and notes can be modified.
c24cdf3
  • 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

Choose a tag to compare

@github-actions github-actions released this 08 Jun 10:19
Immutable release. Only release title and notes can be modified.
5fc4401
  • Fix build on 32-bit platforms.
  • More documentation.
  • Automate releases using trusted publishing.

v0.0.2

Choose a tag to compare

@pgaskin pgaskin released this 06 Jun 04:01
Immutable release. Only release title and notes can be modified.
0060b38
  • 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.

v0.0.1

Choose a tag to compare

@pgaskin pgaskin released this 05 Jun 08:56
Immutable release. Only release title and notes can be modified.
15e8d05
Initial commit