r38
Changed
- The deprecated
globfilterandglobsearchoptions are now removed (#2108). - Sixel image support is now enabled by default, and the
sixeloption has been removed as it is no longer required (#2109). - The
dircacheoption has now been removed (#2110). This was previously used as a workaround to disable the directory cache since at the time changes to files were not detected reliably, but this is no longer the case. - The experimental
localeoption has been removed in favor of the recommendation to useaddcustominfo/set sortby customfor custom sorting (#2111). - The existing
doccommand has been renamed tohelpso that it is more natural for users (#2125). - Text previews are no longer displayed with a padding of two spaces by default (#2131). Instead, a custom padding can be added in the
previewerscript, for example by piping tosed 's/^/ /'.
Added
- Sixel image previews can now display multiple images as well as text (#2109).
- A new option
sizeunitsis added to allow displaying file sizes in either binary or decimal units (#2118). XDG_CONFIG_HOMEandXDG_DATA_HOMEare now taken into account when looking up config/data files on Windows (#2119).- Three new options
menufmt,menuheaderfmt, andmenuselectfmtare added to customize the appearance of the menu (#2123).
Fixed
- Error messages are now cleared after running interactive commands such as
invert/unselect/tag-toggle(#2117). - The menu is now drawn over sixel images instead of being hidden behind it if they overlap (#2122).
- A bug which prevents the user from quitting when copying files with a size of 0 has been fixed (#2130).
lf -remoteshould no longer busy wait and cause high CPU usage if its output is not being read (#2138).- The parameter types for command line options shown by
lf -helpnow match the synopsis in the documentation (#2153).