0.20.0
New release for nushell 0.81.0
This release adds the option to skip the addition of history entries, fixes some long standing painting issues, and expands the set of key combinations that can be bound in inserting edit modes.
Additions
- Filter history entries that are inserted by checking for a prefix (e.g. leading space) by @samlich in #566
- Allow binding of CTRL+ALT combinations as well as bare keys in insert mode by @TrMen in #580
Bugfixes
- fix: prompt position on resize by @Banyc in #578
- Support multi-line strings in the external printer by @fnordpig in #588
Chores
- bump reedline version by @jntrnr in #585
- update dependencies by @fdncred in #586
- update cargo.lock by @fdncred in #587
- Revert removal of patch versions by @sholderbach in #590
- Bump to
0.20.0
for release by @sholderbach in #581
New Contributors
- @samlich made their first contribution in #566
- @TrMen made their first contribution in #580
- @Banyc made their first contribution in #578
- @fnordpig made their first contribution in #588
Full Changelog: v0.19.0...v0.20.0