Changelog
- (Breaking) The
globsearchoption, which previously affected both searching and filtering, now affects only searching. A newglobfilteroption is introduced to enable globs when filtering, and acts independently fromglobsearch. (#1650) (by @Catalyn45) - (Breaking) The
hidecursorinactiveoption is replaced by theon-focus-gainedandon-focus-losthook commands. These commands can be used to invoke custom behavior when the terminal gains or loses focus. (#1763) (by @joelim-work) - (Breaking) The
ruleroption (deprecated in favor ofrulerfmt) is now removed. (#1766) (by @joelim-work) - (Breaking) Line numbers from the
numberandrelativenumberoptions 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
lfserver) is added for Windows. (#1637) (by @Catalyn45) - (New) Color and icon configurations now support the
targetkeyword for symbolic links. (#1644) (by @lorentzforces) - (New) A new option
roundboxis added to use rounded corners whendrawboxis enabled. (#1653) (by @J-Kappes) - (New) A new option
watchis added to allow using filesystem notifications to detect and display changes to files. This is an alternative to theperiodoption, 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
infooption now supportsperm,userandgroupto display the permissions, user and group respectively for each file. (#1799) (by @owallb) - (New) A new option
showbindsis 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-quithook 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.nunow 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.cmdnow 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)