New release for nushell 0.83.0
This release includes bugfixes in how we interact with the terminal and updates several of our dependencies
Bugfixes
- Fix
big_word_left_index
by @nibon7 in #609 - always disable bracketed paste after
read_line
by @WindSoilder in #598 - Replace crossterm
ScrollUp
with universal workaround by @NotLebedev in #601
Breaking changes
- Bump
nu-ansi-term
to 0.49.0 by @sholderbach in #613
Other changes
- Remove unneeded features of chrono by @nibon7 in #599
- Update (dev-)deps strum/pretty-assertions,rstest by @sholderbach in #600
- Fix clippy lint for DoubleEndedIterator by @sholderbach in #610
- Update the
Cargo.lock
for tests and demo by @sholderbach in #611
New Contributors
- @NotLebedev made their first contribution in #601
Full Changelog: v0.21.0...v0.22.0