New
0.27.0
Version 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 `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