0.19.0
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
- @xiuxiu62 made their first contribution in #569
- @stevenxxiu made their first contribution in #573
Full Changelog: v0.18.0...v0.19.0