Skip to content

Releases: nushell/reedline

v0.35.0

18 Sep 07:14
d8b240a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.34.0...v0.35.0

v0.34.0

20 Aug 22:02
9b32c66
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.33.0...v0.34.0

v0.33.0

24 Jul 21:14
Compare
Choose a tag to compare

What's Changed

  • fix some new clippy warnings by @fdncred in #790
  • Add PWD to the Reedline state by @YizhePKU in #796
  • Fix #793 using width() for column menu alignements with special char by @Jiogo18 in #794
  • Make menus process events before updating working details by @ysthakur in #799
  • Feature: vi visual mode by @adamschmalhofer in #800

New Contributors

  • @YizhePKU made their first contribution in #796
  • @Jiogo18 made their first contribution in #794
  • @adamschmalhofer made their first contribution in #800

Full Changelog: v0.32.0...v0.33.0

0.32.0

30 Apr 22:18
1708667
Compare
Choose a tag to compare

What's Changed

  • add bashism !term to prefix search for last command beginning with term by @fdncred in #779
  • Remove debug print by @sholderbach in #784
  • fix ide menu not reporting correct required_lines by @maxomatic458 in #781
  • Fix (properly) the logic around prompt re-use & Host Command handling by @bew in #770
  • fix: unexpected spaces after large buffer input by @sigoden in #783
  • Bump version for 0.32.0 release by @devyn in #785

New Contributors

Full Changelog: v0.31.0...v0.32.0

0.31.0

02 Apr 17:10
9853df3
Compare
Choose a tag to compare

New release for Nushell 0.92.0

What's Changed

Full Changelog: v0.30.0...v0.31.0

0.30.0

05 Mar 19:53
d12357b
Compare
Choose a tag to compare

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

0.29.0

06 Feb 18:52
62fdea8
Compare
Choose a tag to compare

New release for Nushell 0.90.0.

This might be the most feature-packed reedline release so far. Thanks to all contributors and especially the record number of new contributors!

What's Changed

New Contributors

Full Changelog: v0.28.0...v0.29.0

0.28.0

09 Jan 19:20
b8ea490
Compare
Choose a tag to compare

New release for nushell 0.89.0

What's Changed

New Contributors

Full Changelog: v0.27.1...v0.28.0

0.27.1

14 Dec 17:46
0046da9
Compare
Choose a tag to compare

This is a patch release to fix the build of the documentation on https://docs.rs/reedline

We now try to build with the additional features except the system_clipboard. Tweaked the documentation in the process.

What's Changed

Full Changelog: v0.27.0...v0.27.1

0.27.0

12 Dec 22:27
63139b8
Compare
Choose a tag to compare

New release for nushell 0.88.0

This release fixes a vi-mode binding and makes several parts of the history-related API public.

Bugfixes

  • vi mode: Fix the covered range for cw/cW by @crides in #668

(Preliminary) changes to the history API

Note: we are considering changes to History and friends in the near future, so this publication may be preliminary and encounter future changes.

Other changes

New Contributors

Full Changelog: v0.26.0...v0.27.0