mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 09:57:51 +08:00
532 B
532 B
This is the draft release notes for 0.18.0, scheduled to be released around 2022-03-01.
Notable bugfixes
-
The output longer than terminal width is now shown fully on Windows Terminal.
-
Changing directories in the navigation mode now correctly runs hooks and updates
$E:PWD
.
Notable new features
-
A new
flag:
module for parsing command-line flags. -
A new
tmp
special command for doing temporary assignments. -
A new
call
command to call a command, using a list for and a map for options.