You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
The deprecated globfilter and globsearch options are now removed (#2108).
Sixel image support is now enabled by default, and the sixel option has been removed as it is no longer required (#2109).
The dircache option 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 locale option has been removed in favor of the recommendation to use addcustominfo/set sortby custom for custom sorting (#2111).
The existing doc command has been renamed to help so 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 previewer script, for example by piping to sed 's/^/ /'.
Added
Sixel image previews can now display multiple images as well as text (#2109).
A new option sizeunits is added to allow displaying file sizes in either binary or decimal units (#2118).
XDG_CONFIG_HOME and XDG_DATA_HOME are now taken into account when looking up config/data files on Windows (#2119).
Three new options menufmt, menuheaderfmt, and menuselectfmt are 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 -remote should 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 -help now match the synopsis in the documentation (#2153).