0.30.0
New release for Nushell 0.91.0
This release fixes several bugs across different areas of reedline
.
What's Changed
- Fix typos and grammar mistakes by @cactusdualcore in #743
- Remove duplicates from file-based history search by @saep in #741
- Search results should not contain duplicates following a first hit.
- Fix: Move left when exiting vi insert mode by @andreistan26 in #699
- This makes the cursor position after
Esc
consistent with vim's behavior
- This makes the cursor position after
- Fix logic error in
style_range
leading to overflow on subtraction by @Tastaturtaste in #751 - Bump rusqlite from 0.29.0 to 0.31.0 by @icp1994 in #754
- Fix prompt rendering after
ExecuteHostCommand
by @kit494way in #758- We now try to not draw a new prompt after sending a command via the
ExecuteHostCommand
binding.
- We now try to not draw a new prompt after sending a command via the
- Bump dependencies in lockfile by @sholderbach in #764
New Contributors
- @cactusdualcore made their first contribution in #743
- @saep made their first contribution in #741
- @icp1994 made their first contribution in #754
- @kit494way made their first contribution in #758
Full Changelog: v0.29.0...v0.30.0