Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate reedline to 0.28.0 #4828

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Conversation

oxide-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
reedline workspace.dependencies minor 0.22.0 -> 0.28.0

Release Notes

nushell/reedline (reedline)

v0.28.0: 0.28.0

Compare Source

New release for nushell 0.89.0

What's Changed

New Contributors

Full Changelog: nushell/reedline@v0.27.1...v0.28.0

v0.27.1: 0.27.1

Compare 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.0

Compare 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

(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.0

Compare 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

Fixes

Breaking changes

  • Split hinter tokens at Unicode word boundaries by @​stfacc in https://github.com/nushell/reedline/pull/650
  • Properly handle optional event modes by @​sholderbach in https://github.com/nushell/reedline/pull/659
    • Reedline::enable/disable_bracketed_paste have been replaced by use_bracketed_paste
    • Reedline::enable/disable_kitty_protocol have been replaced by use_kitty_keyboard_enhancement
    • Reedline::can_use_kitty_protocol has been replaced by kitty_protocol_available
    • bracketed paste will now only be enabled for the duration of Reedline::read_line, you don't have to manually toggle it anymore.

Other improvements

New Contributors

Full Changelog: nushell/reedline@v0.25.0...v0.26.0

v0.25.0: 0.25.0

Compare 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

Other changes

New Contributors

Full Changelog: nushell/reedline@v0.24.0...v0.25.0

v0.24.0: 0.24.0

Compare 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

  • Add Kitty protocol keyboard enhancement support by @​Abdillah in https://github.com/nushell/reedline/pull/607
    • Disabled by default use Reedline::enable_kitty_protocol. Disable via Reedline::disable_kitty_protocol
    • To check whether the terminal emulator supports it: Reedline::can_use_kitty_protocol
  • Support for "transient prompt" that is displayed for already submitted entries. by @​ysthakur in https://github.com/nushell/reedline/pull/627
    • Pass a Prompt to Reedline::with_transient_prompt() that will be displayed for an entry after it has been submitted.

Improvements to behavior

Breaking changes

Other improvements

New Contributors

Full Changelog: nushell/reedline@v0.23.0...v0.24.0

v0.23.0: 0.23.0

Compare 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

Full 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@oxide-renovate oxide-renovate bot added the dependencies Pull requests that update a dependency file label Jan 17, 2024
@sunshowers sunshowers merged commit 4e0f832 into main Jan 17, 2024
22 checks passed
@sunshowers sunshowers deleted the renovate/reedline-0.x branch January 17, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant