Releases: nushell/reedline
Releases · nushell/reedline
v0.43.0
What's Changed
- Bump
rusqlite
to 0.37 by @cptpiepmatz in #950 - feat: make columnar menu traversal direction configurable by @simonborje in #951
- Upgrade GitHub Actions and Rust toolchain versions by @fdncred in #954
- Vi mode text objects for word, WORD, brackets and quotes by @JonLD in #939
- Make text object types public by @JonLD in #957
- fix: dislocation of cursor during history navigation by @blindFS in #959
- Fix typos by @sholderbach in #962
- Bump version for
0.43.0
release by @sholderbach in #961
New Contributors
- @cptpiepmatz made their first contribution in #950
- @simonborje made their first contribution in #951
- @JonLD made their first contribution in #939
Full Changelog: v0.42.0...v0.43.0
v0.42.0
What's Changed
- Protect against invalid suggestion spans by @ysthakur in #915
- feat: Builder option to immediately accept input by @stuartcarnie in #933
- feat: add
ViChangeMode
event by @bonofiglio in #932 - Fix
mismatched_lifetime_syntaxes
by @sholderbach in #947 - Fix missing use in README.md by @CastilloDel in #942
- fix: dislocation of cursor after previous_history navigation to a multiline entry by @blindFS in #899
New Contributors
- @stuartcarnie made their first contribution in #933
- @bonofiglio made their first contribution in #932
- @CastilloDel made their first contribution in #942
Full Changelog: v0.41.0...v0.42.0
v0.41.0
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
- @new-years-eve made their first contribution in #916
- @mrdgo made their first contribution in #882
- @dburburan made their first contribution in #918
- @132ikl made their first contribution in #924
- @qilme made their first contribution in #900
Full Changelog: v0.40.0...v0.41.0
v0.40.0
What's Changed
- Upgrade
unicode-width
to 0.2 by @kaathewisegit in #895 - chore: upgrade thiserror to v2 by @tisonkun in #890
- fix clippy: call
next_back
instead oflast
onDoubleEndedIterator
by @WindSoilder in #902 - fix: accurately locate the match within the suggestion value by @divanshu-go in #903
- editor: introduce a KillLine command, and bind it to ctrl_k in emacs by @WindSoilder in #901
New Contributors
- @kaathewisegit made their first contribution in #895
- @divanshu-go made their first contribution in #903
Full Changelog: v0.39.0...v0.40.0
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