Releases: r-c-f/waynergy
Releases · r-c-f/waynergy
v0.0.17
What's Changed
- fix typo in README by @Sciroccogti in #81
- feat: support mouse button 6&7 by @Sciroccogti in #82
- Update README.md by @malcolmlewis in #86
- add user events for enter/exit (addressing #89) by @r-c-f in #90
- support updating input backend geometry by @r-c-f in #93
- extended keymap for mac hosts by @sh1boot in #91
- idle: support ext-idle-notify-v1 protocol by @r-c-f in #98
New Contributors
- @Sciroccogti made their first contribution in #81
- @malcolmlewis made their first contribution in #86
- @sh1boot made their first contribution in #91
Full Changelog: v0.0.16...v0.0.17
v0.0.16
Various fixes:
- mapper now inhibits keyboard shortcuts if possible
- fatal errors are handled more gracefully
- keys can be dropped in maps
- client certificates now work properly
Full Changelog: v0.0.15...v0.0.16
v0.0.15
Mostly minor bugfixes.
Full Changelog: v0.0.14...v0.0.15
v0.0.14
Major changes
- Include
waynergy-mapper
, which greatly eases the process of creating new keymaps or keycode sections
Various bug fixes
- Fix EAGAIN (resource temporarily unavailable) wayland errors
- Various fd and memory leaks
- filtering of log timestamps is fixed, eliminating spurious output for the signal-safe case
- better handling of timeouts and reconnects
Full Changelog: v0.0.13...v0.0.14
v0.0.13
Major changes:
- Don't leak layout compositor layout fds
- idle inhibition enable setting
- support gnome-session-inhibit for idle
Full Changelog: v0.0.12...v0.0.13
v0.0.12
Various minor fixes, and some more notable ones:
- send larger discrete axis events for new wlroots
- try to default to existing compositor keymap
- refactor button maps (allows forward and back buttons to work on mice)
Full Changelog: v0.0.11...v0.0.12
v0.0.11
Several fixes and improvements:
- only process plain text clipboard data (prevents weird clipboard corruption)
- support mixing maps of synergy and raw keys (allows differentiating keys that the server identifies as the same button)
- support setting raw keycode for idle inhibition (makes uinput a bit more straightforward to configure)
v0.0.10
0.0.9
Various fixes:
- key offsets are applied properly
- certificate hashes are not leaked
- better logging of keymaps
New things:
- support for the Synergy key IDs, which might allow for a universal keymap at some point
- option to enable or disable applying the key offset to explicitly-mapped raw keycodes