New release for nushell 0.61.0
This release contains several API breaks:
- The default constructor
Reedline::create()
andReedline.with_history
are not fallible anymore - Changes to the provided menus to have more flexibility
Further changes:
- Per default
Hinter
andValidator
are not added asDefaultHinter
orDefaultValidator
anymore, you have to explicitly add them via the builder pattern. - The definition of the word boundaries was changed to respect non alphanumeric characters better.
Keybindings
support the removal of existing bindings- More colorful default prompt