Kakoune v2021.08.28
-
command and response fifo support
-
Shell expansions only trim the last trailing newline instead of all of them to make is possible to losslessly pass text through
%sh{...}. -
set-option -removesupport for subtracting/removing from option values -
Menu completions such as command name completion are now auto-inserted on space
-
write -atomicwas replaced withwrite -method [replace|overwrite]to make both write methods available explicitly -
write <filename>will fail if the given filename already exists and is a regular file. Use the-forceswitch to override that behaviour. -
ncurses was replaced with a custom terminal escape sequence backend, ncurses is not a dependency anymore.