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

chore(deps): update rust crate crossterm to 0.27 #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ngeor
Copy link
Owner

@ngeor ngeor commented Aug 12, 2023

This PR contains the following updates:

Package Type Update Change
crossterm dependencies minor 0.25 -> 0.27

Release Notes

crossterm-rs/crossterm (crossterm)

v0.27.0

Compare Source

Version 0.27

Added ⭐

  • Add NO_COLOR support (https://no-color.org/)
  • Add option to force overwrite NO_COLOR (#​802)
  • Add support for scroll left/right events on windows and unix systems (#​788).
  • Add window_size function to fetch pixel width/height of screen for more sophisticated rendering in terminals.
  • Add support for deserializing hex color strings to `Color`` e.g #fffff.

Changes

  • Make the events module an optional feature events (to make crossterm more lightweight) (#​776)

Breaking ⚠️

  • Set minimum rustc version to 1.58 (#​798)
  • Change all error types to std::io::Result (#​765)

@​Gronis, @​kevin-vigor, @​Wilfred, @​benjajaja, @​blt-r, @​Piturnah, @​kdheepak, @​DeathVenom54, @​senekor, @​joseluis, @​gibbz00, @​lesleyrs, @​jhartzell42

v0.26.1

Added ⭐

  • Add synchronized output/update control (#​756)
  • Add kitty report alternate keys functionality (#​754)
  • Updates dev dependencies.

Fixed 🐛

  • Fix icorrect return in kitty keyboard enhancement check (#​751)
  • Fix panic when using use-dev-tty feature flag (#​762)

v0.26.0

Added ⭐

  • Add SetCursorStyle to set the cursor apearance and visibility. (#​742)
  • Add a function to check if kitty keyboard enhancement protocol is available. (#​732)
  • Add filedescriptors poll in order to move away from mio in the future (can be used via use-dev-tty). (#​735)

Fixed 🐛

  • Improved F1-F4 handling for kitty keyboard protocol. (#​736)
  • Improved parsing of event types/modifiers with certain keys for kitty protocol. (#​716)

Breaking ⚠️

  • Remove SetCursorShape in favour of SetCursorStyle. (#​742)
  • Make Windows resize event match terminal::size (#​714)
  • Rust 1.58 or later is now required.
  • Add key release event for windows. (#​745)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants