Releases: troglobit/xplugd
Releases · troglobit/xplugd
xplugd v1.4
Huge props to Magnus Malm for helping out with many of the fixes and features added in this release. Thank you!
Changes
- Support for EDID matching, i.e. monitor description information, by @magnusmalm
- Support for querying currently attache monitors for EDID info using
xplugd -p
, by @magnusmalm - Support XDG Base Directory, xplugd now first looks for xplugrc in
~/.config/xplugrc
, with compat fallback to~/.xplugrc
. Initial patch by @plt-hokusai - Debian package support, use
make package
to build, or use the pre-built x86_64 package from https://deb.troglobit.com
Fixes
- Support building on older musl libc based systems that do not yet support
GLOB_TILDE
. Used when looking for xplugrc file
Packages for Debian 10, and compatible Ubuntu releases, available at https://deb.troglobit.com/
xplugd v1.3
Changes
- Portability, replace
__progname
with a small function - Make script argument optional, default to
~/.xplugrc
- Add support for monitor description using EDID, by Magnus Malm
Fixes
- Fix SynPS/2 matching,
conntected
vsconnected
xplugd v1.2
Changes
- Converted to GNU configure and build system
- Add support for Travis-CI
Fixes
- Issue #1: Use
sigaction()
instead of ambiguous SysVsignal()
API - Fix missing keyboard/mouse disconnect events
- Portability fix, use
__progname
as identity inopenlog()
, gives
clearer log messages on non-GLIBC systems
xplugd v1.1
Now with xinput(1) support -- one daemon to detect both display and keyboard/mouse events!
xplugd v1.0
First official release
- Handles monitor plug/unplug events
- Can be used to seamlessly dock/undock
- Prepared for future support for
xinput(1)
Enjoy! 😃