Headline
CVE-2022-27815: Releases · waycrate/swhkd
SWHKD 1.1.5 unsafely uses the /tmp/swhkd.pid pathname. There can be an information leak or denial of service.
New features****Include multiple config files by using the include
statement.
# /etc/swhkd/swhkdrc
include /home/user/.config/swhkd/swhkdrc
@
and ~
prefixes.
Add @
before a keysym so that the command will run when the key is released.
Add ~
before a keysym so that the keysym would be sent to other clients.
What’s Changed
- Update release.sh by @uncomfyhalomacro in #84
- refactor: improve daemon / server code by @angelofallars in #85
- feat: improve logs in daemon/server by @angelofallars in #86
- Feat: multiple config file loading & ‘@’ ‘~’ prefix by @EdenQwQ in #87
New Contributors
- @uncomfyhalomacro made their first contribution in #84
Full Changelog: 1.1.5…1.1.7