New release for nushell 0.75.0
This release adds more flexibility to configure reedline and some other small improvements.
New configuration features
- Make
DefaultPrompt
configurable by @jmoore34 in #519 - Make reedline handling cursor shapes more configurable by @CozyPenguin in #515
- Allow configuration of multiline prompt color by @dgkf in #531
Various small improvements
- Use
Box::default()
in more places by @sholderbach in #512 - Fix example in CONTRIBUTING.md by @rgwood in #517
- Fix the Github actions badge by @sholderbach in #523
- Remove unstable rustdoc lint by @sholderbach in #533
- Bump version for
0.15
release by @sholderbach in #532
New Contributors
Full Changelog: v0.14.0...v0.15.0