Skip to content

Releases: r-c-f/waynergy

0.0.6

28 Jan 22:45
Compare
Choose a tag to compare

This supports the latest wayland protocols, which I wouldn't be comfortable not releasing as soon as I was notified there was a problem.

0.0.5

27 Jan 23:29
Compare
Choose a tag to compare

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

20 Jan 23:40
0a94acc
Compare
Choose a tag to compare

Client certificates are now supported, and clipboard handling is a bit less buggy when it isn't supported.

0.0.3 -- security, configurable backend, keycode consistency

06 Jan 15:20
Compare
Choose a tag to compare
  • 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

31 Dec 06:45
Compare
Choose a tag to compare

With KDE and uinput backends, this should work on just about anything.

Initial actual release

23 Dec 23:43
Compare
Choose a tag to compare

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.