Added
- Nanosvg updated to ea6a6aca009422bba0dbad4c80df6e6ba0c82183
--with-nth=N
command line option (#438).--accept-nth=N
command line option (#493).keyboard-focus=exclusive|on-demand
command line and config option (#495).
Changed
- Take the matched sub-string's position into account when sorting matches; entries where the matched sub-string is closer to the beginning of the entry is sorted before entries where the sub-string is closer to the end of the entry (#419).
- "Too large" PNG icons are now downscaled using a less precise scaling filter, to improve performance (#439).
- Icon themes: 'scaled' directories are now ignored (#459).
- Border radius limited by
max(horizontal-pad, vertical-pad)
, instead ofmin(horizontal-pad, vertical-pad)
(#436). stdout
andstderr
of the launched application are now preserved, instead of being redirected to/dev/null
(#480).- Version 5 of the
wl_seat
interface is now required. - The
pixmaps
sub-directory is no longer searched for in everyXDG_DATA_DIR
; only/usr/share/pixmaps
.
Fixed
- Custom line heights smaller than the font's actual line height causing visual glitches in the prompt.
- Wayland protocol error: "layer surface has never been configured" (#426).
- Entries with
NoDisplay=True
being included in the total (entry) count. - Crash if compositor sends a key event without having sent a keymap event before that (#482).
- Filenames matching up to the first period only (#487).
wl_seat_release()
used while only binding version 4 of the seat interface ([#498][498]).- Double close of an FD, causing occasional failures to start fuzzel (#497).
$HOME/.icons
not searched.
Contributors
- Ashish SHUKLA
- bbb651
- Christian Fillion
- Craig Barnes
- Mark Stosberg
- Peter Colberg
- Sertonix
- Wekuz