Skip to content

0.19.0

Compare
Choose a tag to compare
@sholderbach sholderbach released this 25 Apr 18:34
· 144 commits to main since this release
ec002a7

New release for nushell 0.79.0

This release upgrades crossterm to 0.26.1 and includes additional improvements.

What's Changed

  • Update crossterm to version 0.26.1 by @WindSoilder in #560
  • Allow history searching via session id by @fdncred in #562
  • Re-export crossterm::style::Color for easier custom prompt implementations by @xiuxiu62 in #569
  • Add Reedline::current_insertion_point() to return the current insertion point of the input buffer by @stevenxxiu in #573
  • Support bracketed paste mode by @WindSoilder in #571
  • Restore the cursor shape when reedline exits by @nibon7 in #574

New Contributors

Full Changelog: v0.18.0...v0.19.0