Releases: intgr/ego
Releases · intgr/ego
1.2.0
What's Changed
-
Fix: Handle missing PulseAudio socket when directory exists (#190)
Contributed by @mio-19, thanks!
-
Use X11 protocol directly via
libxcb. Thexhostdependency is no longer needed. (#163)Use
--old-xhostto revert to the old behavior. -
X11 library
libxcbis now demand-loaded and not required when X11DISPLAYis unset. (#192)
New Contributors
Full Changelog: 1.1.7...1.2.0
1.1.7
- Distro packaging: added tmpfiles.d conf to create missing ego user home directory (#134, fixed issue #131)
- Ego now detects and warns when target user's home directory does not exist or has wrong ownership (#139)
- Minimum Supported Rust Version (MSRV) is now 1.64.0 (#116)
- Various minor cleanups, replaced unmaintained dependencies, dependency updates.