New release for nushell 0.66.0
This release adds support for more common vi commands and motions and removes the problematic periodic repaint for animations
Breaking changes
- The option to periodically repaint the prompt and content (initially used by an animated clock in the prompt) has been removed to remove a source of unexpected drawing behavior (@jntrnr)
- Similarly we don't immediately redraw on resize and instead let the text wrapping flow regularly (@jntrnr)
- Update the
rusqlite
dependency to0.28
(@fdncred)
Improvements
- vi mode: Change the case of a character with
~
(@drbrain) - vi mode: Support repeating character search moves with
;
and,
(@drbrain)
This release was made possible by contributions from @drbrain, @fdncred, and @jntrnr