Releases: r-c-f/waynergy
Releases · r-c-f/waynergy
0.0.6
0.0.5
Various fixes:
- Much better logging of connection failures
- uinput descriptors are CLOEXEC, as they should be
- Writes to the configuration directory (for certificate hashes, for example) now create the full directory structure
- Proper storage of said hashes is now required in trust-on-first-use (to avoid trust-on-every-use)
- Failed connection attempts no longer leak descriptors or TLS contexts with multiple address information entries
- Key count calculation will use the maximum of xkb or the raw configuration
- asan leak fixes
And more functionality:
- log levels can be given as strings
config.ini.d
configuration snippets
0.0.4
0.0.3 -- security, configurable backend, keycode consistency
- backend is now configurable, both in the configuration file and on the command line
- privilege dropping is now supported, for uinput users wanting setuid/setgid to behave safely
- keycodes for kde and uinput backends now pre-apply an offset of -8; this eliminates the need to set an offset for a server using the same keymap
- various more minor fixes (idle handling, scan-build, etc.)
0.0.2 -- full support for other compositors
With KDE and uinput backends, this should work on just about anything.
Initial actual release
It’s been working we enough for me as of late, and I wish to make bigger breaking changes, so might as well release the one that works.