Releases: nushell/reedline
Releases · nushell/reedline
v0.39.0
What's Changed
- Fix new clippy lint from 1.84.0 by @sholderbach in #872
- Improve Visual Mode Selection and Command Consistency by @deephbz in #867
- Vi-Mode Feature: Atomic unified commands for ChangeInside/DeleteInside by @deephbz in #874
- Implement vi-mode "Yank" (copy): by @deephbz in #868
- Add Vi
o
command to swap anchor and cursor by @thomasschafer in #877 - Clear selection when exiting visual mode by @thomasschafer in #878
- Bump itertools version by @sholderbach in #884
- fix: columnar_menu create_string with quoted suggestions by @blindFS in #886
New Contributors
- @deephbz made their first contribution in #867
- @thomasschafer made their first contribution in #877
Full Changelog: v0.38.0...v0.39.0
v0.38.0
What's Changed
- Update rstest to 0.23.0, the current version by @musicinmybrain in #852
- Add Newline keybindings by @NotTheDr01ds in #854
- Set
Ctrl-J
/\n
toReedlineCommand::Enter
by @sholderbach in #855 - Redraw on resize by @milomg in #857
New Contributors
- @musicinmybrain made their first contribution in #852
- @NotTheDr01ds made their first contribution in #854
- @milomg made their first contribution in #857
Full Changelog: v0.37.0...v0.38.0
v0.37.0
What's Changed
- Implemented VI mode change inside and delete inside functionality by @ayax79 in #844
- Reduce typing latency caused by
POLL_WAIT
by @yizhepku in #846 - Fix wrong unit when split string by @petricavalry in #839
- Fix forgotten
Cargo.lock
by @sholderbach in #850
New Contributors
- @petricavalry made their first contribution in #839
Full Changelog: v0.36.0...v0.37.0
v0.36.0
What's Changed
- Add test for kitty protocol modifier key in vi mode by @replcat in #831
- emacs mode: change ctrl-k to
cut to line end
by @WindSoilder in #826 - Added partial completions to the MenuNext event by @uek-1 in #828
- Fixed demo completions by @uek-1 in #835
- made can_partially_complete() only complete when suggesting more than the input by @uek-1 in #834
- Fix external printer don't print until key press by @andylokandy in #840
- Attempt to fix multiline prompt resize issue by @blindFS in #841
- bumped version by @ayax79 in #845
New Contributors
- @replcat made their first contribution in #831
- @uek-1 made their first contribution in #828
- @andylokandy made their first contribution in #840
- @blindFS made their first contribution in #841
Full Changelog: v0.35.0...v0.36.0
v0.35.0
What's Changed
- Bump crossterm to
0.28.1
by @sholderbach in #817 - Fix panic in long item completion in ide menu by @HKalbasi in #823
- Fix a typo by @DenisGorbachev in #827
- Bump version to
0.35.0
by @devyn in #830
New Contributors
- @HKalbasi made their first contribution in #823
- @DenisGorbachev made their first contribution in #827
Full Changelog: v0.34.0...v0.35.0
v0.34.0
What's Changed
- Fix vi mode change not pastable by @adaschma in #807
- chore: ensure lockfile up-to-date by @tisonkun in #812
- Remove out of date YouTube links by @sholderbach in #814
- feat: impl ClearScreen with crossterm's Clear by @tisonkun in #813
New Contributors
Full Changelog: v0.33.0...v0.34.0
v0.33.0
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
What's Changed
- add bashism
!term
to prefix search for last command beginning withterm
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
- @bew made their first contribution in #770
- @sigoden made their first contribution in #783
- @devyn made their first contribution in #785
Full Changelog: v0.31.0...v0.32.0
0.31.0
New release for Nushell 0.92.0
What's Changed
- Bump version of
strum
/strum_macros
by @sholderbach in #768 - Use the OS clipboard only for explicit cut/copy/paste operations by @Tastaturtaste in #761
- Revert "Move left when exiting insert mode" by @fdncred in #773
- Fix
OpenOptions
clippy by @sholderbach in #776 - Bump
fd-lock
requirement and locked deps by @sholderbach in #775 - Fix case-consistency searching sqlite history by @sholderbach in #777
- Bump version for
0.31.0
release by @sholderbach in #780
Full Changelog: v0.30.0...v0.31.0
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