New release for nushell 0.71.0
This release adds some small improvements and slightly adjust how quick_completions
are accepted.
New features
- Option to render the right prompt on the last line input by @nibon7 in #492 #501
- Change of cursor shape depending on Vi edit mode by @CozyPenguin in #494
Improvements
- Support the
h/j/k/l
normal mode moves beyond buffer movements @sholderbach in #510 - Custom validator and prompt code examples by @perlindgren in #500
Bug fixes
- Actually make sqlite-dynlib feature usable by @jcgruenhage in #504
Breaking changes
- Tab inline completion by @dandavison in #498
- Split the
main.rs
example binary intoexamples/
by @sholderbach in #506
New Contributors
- @CozyPenguin made their first contribution in #494
- @dandavison made their first contribution in #498
Full Changelog: v0.13.0...v0.14.0