Skip to content

0.30.0

Compare
Choose a tag to compare
@sholderbach sholderbach released this 05 Mar 19:53
· 48 commits to main since this release
d12357b

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
  • 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.
  • Bump dependencies in lockfile by @sholderbach in #764

New Contributors

Full Changelog: v0.29.0...v0.30.0