Added
- Add support for startup notifications via xdg activation (#195)
- Convert tabs to spaces when rendering (#137).
--dmenu0
command line option. Like--dmenu
, but input is NUL separated instead of newline separated (#197).- Support for localized strings. If you want the old behavior, run
fuzzel
withLC_MESSAGES=C
(#199). - Export
FUZZEL_DESKTOP_FILE_ID
environment variable when setting the--launch-prefix
in order to pass the Desktop File ID to the launch prefix (#110). - New key bindings:
[key-bindings].first
and[key-bindings].last
, bound toControl+Home
andControl+End
by default (#210). - New key binding:
[key-bindings].insert-selected
, bound toControl+Tab
by default. It replaces the current prompt (filter) with the selected item (#212).
Changed
- Better verification of color values specified on the command line (#194).
- When determining initial font size, do FontConfig config substitution if the user-provided font pattern has no {pixel}size option (#1287).
Fixed
- Update nanosvg to f0a3e10. Fixes rendering of certain SVG icons (#190).
- Not being able to input numbers using the keypad (#192).
- Absolute path PNG icons not being loaded (#214).
Contributors
- Mark Stosberg
- Max Gautier
- Ronan Pigott