Skip to content

0.20.0

Compare
Choose a tag to compare
@sholderbach sholderbach released this 06 Jun 10:42
· 134 commits to main since this release
3cb0feb

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

New Contributors

Full Changelog: v0.19.0...v0.20.0