Changelog
- (Breaking) The
globsearch
option, which previously affected both searching and filtering, now affects only searching. A newglobfilter
option is introduced to enable globs when filtering, and acts independently fromglobsearch
. (#1650) (by @Catalyn45) - (Breaking) The
hidecursorinactive
option is replaced by theon-focus-gained
andon-focus-lost
hook commands. These commands can be used to invoke custom behavior when the terminal gains or loses focus. (#1763) (by @joelim-work) - (Breaking) The
ruler
option (deprecated in favor ofrulerfmt
) is now removed. (#1766) (by @joelim-work) - (Breaking) Line numbers from the
number
andrelativenumber
options are displayed in the main window only, instead of all windows. (#1789) (by @joelim-work) - (New) Support for UNIX domain sockets (for communicating with the
lf
server) is added for Windows. (#1637) (by @Catalyn45) - (New) Color and icon configurations now support the
target
keyword for symbolic links. (#1644) (by @lorentzforces) - (New) A new option
roundbox
is added to use rounded corners whendrawbox
is enabled. (#1653) (by @J-Kappes) - (New) A new option
watch
is added to allow using filesystem notifications to detect and display changes to files. This is an alternative to theperiod
option, which polls the filesystem periodically for changes. (#1667) (by @joelim-work) - (New) Icons can now be colored independently of the filename. (#1674) (by @wodesuck)
- (New) The
info
option now supportsperm
,user
andgroup
to display the permissions, user and group respectively for each file. (#1799) (by @owallb) - (New) A new option
showbinds
is added to toggle whether the keybinding hints are shown when a keybinding is partially typed. (#1815) (by @dazzywi) - (Fix) Sorting by extension is fixed for hidden files. (#1670) (by @Limero)
- (Fix) The
on-quit
hook command is now triggered when the terminal is closed. (#1681) (by @joelim-work) - (Fix) Previews no longer flicker when deleting files. (#1691) (by @joelim-work)
- (Fix) Previews no longer flicker when directories are being reloaded. (#1697) (by @joelim-work)
- (Fix)
lfcd.nu
now runs properly without raising errors. (#1728) (by @unsafe-andrew) - (Fix) Image previews (composed of ASCII art) containing long lines should now display properly. (#1737) (by @joelim-work)
- (Fix) The performance is improved when copying files. (#1749) (by @MahouShoujoMivutilde)
- (Fix)
lfcd.cmd
now handles directories with special characters. (#1772) (by @Jaehaks) - (Fix) Icon colors are no longer clipped when displaying in Windows Terminal. (#1777) (by @joelim-work)
- (Fix) The file stat info is now cleared when changing to an empty directory. (#1808) (by @joelim-work)
- (Fix) Error messages are cleared when opening files. (#1809) (by @joelim-work)