0.29.0
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
- Make
ReedlineErrorVariants
public by @ClementNerma in #679 - Fix move to line start in multi-line history entries by @boathouse2112 in #584
- Print rest of line after cursor with large completion menu by @ysthakur in #700
- Don't slice line in DefaultCompleter by @ysthakur in #695
- Revert "Fix move to line start in multi-line history entries" by @fdncred in #704
- Replace clipboard with arboard, which is actively maintained by @Tastaturtaste in #705
- Add ability to select and cut text in the input buffer by @Tastaturtaste in #689
- ide style completions by @maxomatic458 in #696
- respect windows newline in update_values by @maxomatic458 in #709
- get correct cursor pos when menu indicator contains newline by @maxomatic458 in #708
- modify ci.yml to see if it will turn off code coverage in the reedline repo by @stormasm in #710
- Fix panic when history size set to 0 by @andreistan26 in #653
- Update nu-ansi-term to 0.50.0 by @kubouch in #716
- Remove conflicting keybindings added with selection feature by @Tastaturtaste in #715
- Update dependencies by @kubouch in #717
- get back the ranges of the strings from the completer used for generating completions by @maxomatic458 in #713
- update the ide_completions example with more cases to explore by @stormasm in #718
- Clipboard graceful handling by @abusch in #712
- suggestion: added style by @rsteube in #691
- columnar_menu: fix explicit highlighting color by @rsteube in #720
- Don't panic when creating
FileBackedHistory
withusize::MAX
capacity by @nibon7 in #701 - update history error message by @stormasm in #721
- add style from #691 to ide menu by @maxomatic458 in #722
- Fix style in ide menu by @maxomatic458 in #725
- Print foreground color for indicator and right prompt in large buffers by @ysthakur in #728
- menu refactor by @maxomatic458 in #723
- Typed text style by @maxomatic458 in #730
- add builder functions by @maxomatic458 in #731
- Fix quick completion by @nibon7 in #732
- revert overdeleted
c-a
binding from #715 by @crides in #734 - fix description line not truncating in columnar menu by @maxomatic458 in #739
- Bump to version 0.29 by @kubouch in #742
New Contributors
- @boathouse2112 made their first contribution in #584
- @Tastaturtaste made their first contribution in #705
- @maxomatic458 made their first contribution in #696
- @andreistan26 made their first contribution in #653
- @abusch made their first contribution in #712
- @rsteube made their first contribution in #691
Full Changelog: v0.28.0...v0.29.0