crossterm-rs/crossterm (crossterm)
### [`v0.28.1`](https://redirect.github.com/crossterm-rs/crossterm/blob/HEAD/CHANGELOG.md#Version-0281)
#### Fixed π
- Fix broken build on linux when using `use-dev-tty` with ([#906](https://redirect.github.com/crossterm-rs/crossterm/issues/906))
#### Breaking β οΈ
- Fix desync with mio and signalhook between repo and published crate. (upgrade to mio 1.0)
### [`v0.27.0`](https://redirect.github.com/crossterm-rs/crossterm/releases/tag/0.27.0)
[Compare Source](https://redirect.github.com/crossterm-rs/crossterm/compare/0.26.1...0.27.0)
### Version 0.27
#### Added β
- Add `NO_COLOR` support (https://no-color.org/)
- Add option to force overwrite `NO_COLOR` ([#802](https://redirect.github.com/crossterm-rs/crossterm/issues/802))
- Add support for scroll left/right events on windows and unix systems ([#788](https://redirect.github.com/crossterm-rs/crossterm/issues/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](https://redirect.github.com/crossterm-rs/crossterm/issues/776))
#### Breaking β οΈ
- Set minimum rustc version to 1.58 ([#798](https://redirect.github.com/crossterm-rs/crossterm/issues/798))
- Change all error types to `std::io::Result` ([#765](https://redirect.github.com/crossterm-rs/crossterm/issues/765))
[@Gronis](https://redirect.github.com/Gronis), [@kevin-vigor](https://redirect.github.com/kevin-vigor), [@Wilfred](https://redirect.github.com/Wilfred), [@benjajaja](https://redirect.github.com/benjajaja), [@blt-r](https://redirect.github.com/blt-r), [@Piturnah](https://redirect.github.com/Piturnah), [@kdheepak](https://redirect.github.com/kdheepak), [@DeathVenom54](https://redirect.github.com/DeathVenom54), [@senekor](https://redirect.github.com/senekor), [@joseluis](https://redirect.github.com/joseluis), [@gibbz00](https://redirect.github.com/gibbz00), [@lesleyrs](https://redirect.github.com/lesleyrs), [@jhartzell42](https://redirect.github.com/jhartzell42)
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR is behind base branch, 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 contains the following updates:
0.26.1
->0.28.0
Release Notes
crossterm-rs/crossterm (crossterm)
### [`v0.28.1`](https://redirect.github.com/crossterm-rs/crossterm/blob/HEAD/CHANGELOG.md#Version-0281) #### Fixed π - Fix broken build on linux when using `use-dev-tty` with ([#906](https://redirect.github.com/crossterm-rs/crossterm/issues/906)) #### Breaking β οΈ - Fix desync with mio and signalhook between repo and published crate. (upgrade to mio 1.0) ### [`v0.27.0`](https://redirect.github.com/crossterm-rs/crossterm/releases/tag/0.27.0) [Compare Source](https://redirect.github.com/crossterm-rs/crossterm/compare/0.26.1...0.27.0) ### Version 0.27 #### Added β - Add `NO_COLOR` support (https://no-color.org/) - Add option to force overwrite `NO_COLOR` ([#802](https://redirect.github.com/crossterm-rs/crossterm/issues/802)) - Add support for scroll left/right events on windows and unix systems ([#788](https://redirect.github.com/crossterm-rs/crossterm/issues/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](https://redirect.github.com/crossterm-rs/crossterm/issues/776)) #### Breaking β οΈ - Set minimum rustc version to 1.58 ([#798](https://redirect.github.com/crossterm-rs/crossterm/issues/798)) - Change all error types to `std::io::Result` ([#765](https://redirect.github.com/crossterm-rs/crossterm/issues/765)) [@Gronis](https://redirect.github.com/Gronis), [@kevin-vigor](https://redirect.github.com/kevin-vigor), [@Wilfred](https://redirect.github.com/Wilfred), [@benjajaja](https://redirect.github.com/benjajaja), [@blt-r](https://redirect.github.com/blt-r), [@Piturnah](https://redirect.github.com/Piturnah), [@kdheepak](https://redirect.github.com/kdheepak), [@DeathVenom54](https://redirect.github.com/DeathVenom54), [@senekor](https://redirect.github.com/senekor), [@joseluis](https://redirect.github.com/joseluis), [@gibbz00](https://redirect.github.com/gibbz00), [@lesleyrs](https://redirect.github.com/lesleyrs), [@jhartzell42](https://redirect.github.com/jhartzell42)Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.