New release for nushell 0.69.0
This release adds some helpful new experimental features and improves the vi mode.
Improvements
- Allow external manipulation of the command line buffer, fixes #423. Very useful to integrate tools that don't directly work with our completion API (@unrelentingtech in #472)
- You are now not forced to statically link sqlite by using the
sqlite-dynlib
feature instead ofsqlite
(@jcgruenhage, @sholderbach in #474) - Nushell specific: List that space can be bound through
Char(' ')
(@sholderbach in #486) - Vi-Refactor: Properly parse motions separate from the actions (@sholderbach in #484)
- Improves
.
behavior: now useable with a count and only affecting editing operations. - Improvement to
;
and.
: Now picking up the last search from an editing operation and also usable in an editing operation - Finally: support for
dh
anddl
- Fix vi character search (
f
/F
/t
/T
) parsing (additonal work in #483)
- Improves
Breaking changes
Experimental new features
New Contributors
- @GrxE made their first contribution in #467
- @jcgruenhage made their first contribution in #474
Full Changelog: v0.11.0...v0.12.0