Sourced from crossterm's releases.
0.27.0
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 ⚠️
@Gronis
,@kevin-vigor
,@Wilfred
,@benjajaja
,@blt-r
,@Piturnah
,@kdheepak
,@DeathVenom54
,@senekor
,@joseluis
,@gibbz00
,@lesleyrs
,@jhartzell42
Sourced from crossterm's changelog.
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 ⚠️
9a6d740
0.27.09fb2e0d
Update dependencies (#809)8e25400
Fix format (#808)e4ffda6
Update CHANGELOG.mdf3c0754
Add style::force_color_output()
API to override NO_COLOR.
(#802)00f7d06
[testing] serial testing perserving terminal (#791)55739aa
Add support for scrolling left and right. (#788)db443b0
Specify and document MSRV for 0.26 (#798)10c54b0
Add window_size() for unix (#790)ff01914
Parse hex colour codes in serde::de::Deserialize
(#801)