0.18.0
New release for nushell 0.78.0
This release fixes a few bugs and includes some polishing work of the code base.
Bugfixes
- fix: singlebyte char assumption in
parse_selection_char
by @micron-mushroom in #548 - Allow multi byte characters as the marker without panicking by @ryanwhitehouse in #553
Minor additions
- Make
Event
public to allow implements customEditMode
by @ClementNerma in #552 - Set MSRV to 1.62.1 by @jaudiger in #554
- Check typos in CI by @Hofer-Julian in #557
- Add const to some new functions. by @jaudiger in #555
- show the ability to have multiple modifiers by @fdncred in #559
- Bump version for
0.18.0
release by @sholderbach in #564
New Contributors
- @ClementNerma made their first contribution in #552
- @micron-mushroom made their first contribution in #548
- @jaudiger made their first contribution in #554
- @Hofer-Julian made their first contribution in #557
- @ryanwhitehouse made their first contribution in #553
Full Changelog: v0.17.0...v0.18.0