gitui
gitui copied to clipboard
Bump crossterm from 0.27.0 to 0.28.1
Bumps crossterm from 0.27.0 to 0.28.1.
Release notes
Sourced from crossterm's releases.
0.28
Version 0.28
Added ⭐
- Capture double click mouse events on windows (#826)
- (De)serialize Reset color (#824)
- Add functions to allow constructing
Attributesin a const context (#817)- Implement
DisplayforKeyCodeandKeyModifiers(#862)Changed ⚙️
- Use Rustix by default instead of libc. Libc can be re-enabled if necessary with the
libcfeature flag (#892)FileDescnow requires a lifetime annotation.- Improve available color detection (#885)
- Speed up
SetColorsby ~15-25% (#879)- Remove unsafe and unnecessary size argument from
FileDesc::read()(#821)Breaking ⚠️
- Fix duplicate bit masks for caps lock and num lock (#863). This breaks serialization of
KeyEventState
@rustco@timstr@illiteratewriter@heaths@joshka@aschey@joshka@martinvonz@linrongbin16@rtczza@sjakk@kierdavis@Destroy666x@stphnt@5donuts@kdheepak@valerii15298@javaLux@alt-art@jumbledFox
Changelog
Sourced from crossterm's changelog.
Version 0.28.1
Fixed 🐛
- Fix broken build on linux when using
use-dev-ttywith (#906)Breaking ⚠️
- Fix desync with mio and signalhook between repo and published crate. (upgrade to mio 1.0)
Version 0.28
Added ⭐
- Capture double click mouse events on windows (#826)
- (De)serialize Reset color (#824)
- Add functions to allow constructing
Attributesin a const context (#817)- Implement
DisplayforKeyCodeandKeyModifiers(#862)Changed ⚙️
- Use Rustix by default instead of libc. Libc can be re-enabled if necessary with the
libcfeature flag (#892)FileDescnow requires a lifetime annotation.- Improve available color detection (#885)
- Speed up
SetColorsby ~15-25% (#879)- Remove unsafe and unnecessary size argument from
FileDesc::read()(#821)Breaking ⚠️
- Fix duplicate bit masks for caps lock and num lock (#863). This breaks serialization of
KeyEventStateVersion 0.27.1
Added ⭐
- Add support for (de)serializing
ResetColorVersion 0.27
Added ⭐
- Add
NO_COLORsupport (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_sizefunction to fetch pixel width/height of screen for more sophisticated rendering in terminals.- Add support for deserializing hex color strings to
Colore.g #fffff.Changed ⚙️
- Make the events module an optional feature
events(to make crossterm more lightweight) (#776)
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)