Changelog
- (New) Go modules replaced
godep
for dependency management. Package maintainers may need to update accordingly. - (New) A new
errorfmt
option is added to customize the colors and attributes of error messages. - (Fix) Autocompletion for searches now complete filenames instead of commands.
- (Fix) Permanent environmental variables (e.g.
$id
,$EDITOR
,$LF_LEVEL
) are now exported on startup so they can be used in preview scripts without running a shell command first. - (Fix) On windows, quotes are added to the values exported values of
$f
,$fs
, and$fx
to handle filenames with spaces properly. - (Fix) On windows, filenames starting with
.
characters are now shown to avoid crashes when filenames show up as empty.