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.
Changelog
(Breaking) The globsearch option, which previously affected both searching and filtering, now affects only searching. A new globfilter option is introduced to enable globs when filtering, and acts independently from globsearch. (#1650) (by @Catalyn45)
(Breaking) The hidecursorinactive option is replaced by the on-focus-gained and on-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 of rulerfmt) is now removed. (#1766) (by @joelim-work)
(Breaking) Line numbers from the number and relativenumber 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 when drawbox 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 the period 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 supports perm, user and group 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)