Skip to content

Releases: nushell/reedline

v0.47.0

11 Apr 18:30
b69d980

Choose a tag to compare

What's Changed

  • add EnumDiscriminants to ReedlineEvent and EditCommand by @Juhan280 in #1034
  • Minimal scaffolding for feature-gated Helix Mode implementation. by @schlich in #1033
  • feat: add EditCommand::MoveLineUp and EditCommand::MoveLineDown by @Juhan280 in #1031
  • fix(editor)!: undo requires two presses after copy by @Juhan280 in #956
  • don't advance cursor position for EditCommand::ReplaceChar by @Juhan280 in #1027
  • refactor: move jump-to-buffer start/end bindings to common navigation by @Juhan280 in #1032
  • feat: add external break signal for read_line interruption and mark Signal as non_exhaustive by @eitsupi in #1035
  • fix: Strip ANSI before computing suggestion width in completion menus by @ysthakur in #1040
  • fix: preserve prompt position after ExternalBreak by @eitsupi in #1042
  • Bump to 0.47.0 by @cptpiepmatz in #1047

Full Changelog: v0.46.0...v0.47.0

v0.46.0

28 Feb 21:38
57d9058

Choose a tag to compare

What's Changed

  • Allow overriding suggestion display value by @ysthakur in #1002
  • add native semantic prompt support initially for OSC 133/633 by @fdncred in #1019
  • OSC 133 click_events support by @stuartcarnie in #1020
  • refactor: Extract shared layout computation from painter by @stuartcarnie in #1021
  • feat: new feature idle_callback to allow to set callback function while waiting for input by @eitsupi in #1015
  • feat(emacs): add keybindings for moving to start and end of buffer by @Juhan280 in #1022
  • feat(history): export HistoryItemExtraInfo etc. by @eitsupi in #1011
  • Add libc feature to enable crossterm's libc backend by @NiltonVolpato in #1014
  • docs: improve CONTRIBUTING.md to more closely match CI execution by @schlich in #963
  • vi-mode: add gg/G motions and fix ^ motion behavior by @Juhan280 in #953
  • revert osc133;P to osc133;A by @fdncred in #1024
  • fix: use LF instead of CRLF in insert_newline on Windows by @eitsupi in #1023
  • feat: use dedicated events for buffer jumps while preserving selection via EditCommands by @Juhan280 in #1025
  • Prepare Release 0.46.0 by @cptpiepmatz in #1030

New Contributors

Full Changelog: v0.45.0...v0.46.0

v0.45.0

17 Jan 01:24
v0.45.0
c236c80

Choose a tag to compare

What's Changed

  • fix: allow custom Enter keybindings in vi mode by @andrewgazelka in #982
  • fix: Make ColumnarMenu suggestions always take 1 line by @ysthakur in #973
  • Use rfind rather filter.next_back. by @WindSoilder in #985
  • Bump arboard to latest version by @sholderbach in #970
  • Make menu settings public by @Diabezdemona in #977
  • fix: only check for kitty support when it's enabled by @reubeno in #988
  • fix: Restore pre-798 ColumnarMenu highlighting behavior by @ysthakur in #991
  • fix: reset ANSI styling before printing prompt by @majiayu000 in #992
  • fix(menu): Don't apply selected_text style to matched text in suggestions by @ysthakur in #994
  • fix(IdeMenu): Don't make description position depend on description width by @ysthakur in #996
  • Fix #912 by @ysthakur in #917
  • fix(IdeMenu): Use width instead of bytes/chars by @ysthakur in #998
  • fix: Correctly handle longer first suggestion in find_common_string by @ysthakur in #1001
  • Bump version for 0.45.0 release by @ysthakur in #1012

New Contributors

Full Changelog: v0.44.0...v0.45.0

v0.44.0

29 Nov 14:09
49814d4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.43.0...v0.44.0

v0.43.0

15 Oct 11:25
1ee82f2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.42.0...v0.43.0

v0.42.0

03 Sep 00:52
7878cfb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.41.0...v0.42.0

v0.41.0

22 Jul 12:04
8fd588f

Choose a tag to compare

What's Changed

  • Only repaint at the end when processing a batch of events by @new-years-eve in #916
  • (Reverted) feat: immediately execute command by @mrdgo in #882
  • Fix panic when using fuzzy completion in a folder containing files starting with a multibyte unicode char by @dburburan in #918
  • Revert "feat: immediately execute command (#882)" by @132ikl in #924
  • Add smooth scrolling to menus by @maxomatic458 in #891
  • fix: adjust cursor start position for large buffers by @qilme in #900
  • fix: prompt glitch when resizing with cursor in a multiline command by @blindFS in #898
  • Bump version to 0.41.0 by @sholderbach in #936

New Contributors

Full Changelog: v0.40.0...v0.41.0

v0.40.0

29 Apr 19:46
v0.40.0
78cf454

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.39.0...v0.40.0

v0.39.0

18 Mar 17:06
56f83b5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.38.0...v0.39.0

v0.38.0

21 Dec 17:55
1800dcd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.37.0...v0.38.0