Update Rust crate reedline to 0.28.0 #4828
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.22.0
->0.28.0
Release Notes
nushell/reedline (reedline)
v0.28.0
: 0.28.0Compare Source
New release for nushell 0.89.0
What's Changed
prompt_start_row
reset to 0 when opening a file without newline in Nushell by @nibon7 in https://github.com/nushell/reedline/pull/688itertools
to0.12.0
from0.10.x
by @sholderbach in https://github.com/nushell/reedline/pull/686New Contributors
Full Changelog: nushell/reedline@v0.27.1...v0.28.0
v0.27.1
: 0.27.1Compare Source
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: nushell/reedline@v0.27.0...v0.27.1
v0.27.0
: 0.27.0Compare Source
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
cw
/cW
by @crides in https://github.com/nushell/reedline/pull/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: nushell/reedline@v0.26.0...v0.27.0
v0.26.0
: 0.26.0Compare Source
New release for nushell
0.87.0
This release adds a
Hinter
implementation that prefers suggestions from the current directory, generally improves the hint behavior, and changes the API to control terminal enhancements like bracketed paste and the kitty protocol.Additions
CwdAwareHinter
for use withSqliteBackedHistory
by @p00f in https://github.com/nushell/reedline/pull/647CwdAwareHinter
: remove cwd filter when there are no results by @p00f in https://github.com/nushell/reedline/pull/656FileBackedHistory
Result
andReedlineError
public by @ClementNerma in https://github.com/nushell/reedline/pull/661Fixes
examples/
to compile without their features by @fdncred in https://github.com/nushell/reedline/pull/658Breaking changes
Reedline::enable/disable_bracketed_paste
have been replaced byuse_bracketed_paste
Reedline::enable/disable_kitty_protocol
have been replaced byuse_kitty_keyboard_enhancement
Reedline::can_use_kitty_protocol
has been replaced bykitty_protocol_available
Reedline::read_line
, you don't have to manually toggle it anymore.Other improvements
0.26.0
release by @sholderbach in https://github.com/nushell/reedline/pull/664New Contributors
Full Changelog: nushell/reedline@v0.25.0...v0.26.0
v0.25.0
: 0.25.0Compare Source
New release for nushell
0.86.0
This release changes the API to pass the buffer editor to enable you to safely pass flags and configure the location of the temp file.
Breaking changes
Command
with args forBufferEditor
by @horasal in https://github.com/nushell/reedline/pull/630Reedline::with_buffer_arguments
Other changes
0.25.0
release by @sholderbach in https://github.com/nushell/reedline/pull/645New Contributors
Full Changelog: nushell/reedline@v0.24.0...v0.25.0
v0.24.0
: 0.24.0Compare Source
New release for nushell
0.85.0
This release includes support for the Kitty Keyboard Protocol, an API for transient prompts, and improves session isolation for the
SqliteBackedHistory
Additions
Reedline::enable_kitty_protocol
. Disable viaReedline::disable_kitty_protocol
Reedline::can_use_kitty_protocol
Prompt
toReedline::with_transient_prompt()
that will be displayed for an entry after it has been submitted.Improvements to behavior
SqliteBackedHistory
Breaking changes
crossterm
to 0.27.0 by @sholderbach in https://github.com/nushell/reedline/pull/625SqliteBackedHistory::with_file()
constructor to accomodate https://github.com/nushell/reedline/pull/634Other improvements
read_line
docs by @Hofer-Julian in https://github.com/nushell/reedline/pull/629actions-rs/cargo
by @sholderbach in https://github.com/nushell/reedline/pull/6370.24
release by @sholderbach in https://github.com/nushell/reedline/pull/638New Contributors
Full Changelog: nushell/reedline@v0.23.0...v0.24.0
v0.23.0
: 0.23.0Compare Source
New release for nushell
0.84.0
This release includes a bugfix in how we style prompts and updates a dependency.
Breaking change
Other changes
strip-ansi-escapes
to their latest api by @fdncred in https://github.com/nushell/reedline/pull/617Full Changelog: nushell/reedline@v0.22.0...v0.23.0
Configuration
📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.