Changelog
- (New) Go modules replaced
godepfor dependency management. Package maintainers may need to update accordingly. - (New) A new
errorfmtoption 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$fxto handle filenames with spaces properly. - (Fix) On windows, filenames starting with
.characters are now shown to avoid crashes when filenames show up as empty.