- Add option to toggle filter search mode while the app is running, the default shortcut is
Alt-f
(Github #59) - Added option to sort directory listing by creation and modification date in addition to the name. Can be changed with the
--sort
CLI option and with the default shortcutAlt-s
. (Thanks @joshrdane, Github #64) - Added "normal search anywhere" search mode with the
--normal-search-anywhere
or-N
CLI option. - The
--no-gap-search
option has been renamed to--normal-search
. The old option will still work, but it will display a warning - Home / end (i.e.
CursorTop
/CursorBottom
) now work also while searching - Bugfixes related to drawing (Github #65)
- Fixed last character of rows not being drawn, both in the main screen and help screen (at least on some terminal emulators)
- Fixed broken bolding in the help screen if the wrapping happens at
/
- Fixed broken highlighting if the last character of a symlink is matched in a search
- Fixed drawing bug when info message is longer than the terminal window width
- Improved scrolling / cursor position behavior in filter search mode
- Fix footer not updating when pressing home / end