Added drun-ignore_metadata
iswlower() and iswupper() are now used when fuzzy matching so that the score is correctly computed when using non-ascii characters
Proper unicode support in match.c so case insensitive matching works on non-ascii characters
Added additional information about the semantics of shift vs non-shift modifiers
Moved the list of modifier names to the top of wofi-keys(7) to make it easier to find
Added documentation explicitly specifying how to use modifier keys
Switched out the string literal "Up" for key_default to match the rest of the key definitions
Added documentation for how to bind multiple key combinations to a single action
Fixed incorrect key binding listed in wofi(5) for key_backward
Hiding the search bar now disables it so you can't type into it. Fixes #234
Added --no-custom-entry
Greatly simplified the line size code, it works a lot better than before
Added the use_search_box option
Updated .hgignore
Fixed hide_search=true for surfaces that don't use percent sizing
The hide_search config option now behaves correctly. It does exactly the same thing as key_hide_search but on launch. This now also allows you to un-hide the search with key_hide_search if wofi is launched with hide_search=true
Fixed #216 arrow key issue. This was caused by the fix to #184. Both issues should now be resolved
Fixed segfault when cache is broken #213
Added tag v1.4.1 for changeset 1e89e8a94806
v1.4.1