- ANSI support no longer depends on
regex
crate.
- Addeed more key recognitions
- Exposed
pad_str_with
to public API - Added
ReadWritePair
- Support
color256
inStyle::from_dotted_str
- Added
ReadWritePair
toTermTarget
to allow arbitrary read write pairs behave as a term - Removed
Copy
andPartialEq
fromTermTarget
- Added
NO_COLOR
support - Added some more key recognitions
- Undeprecate
Term::is_term
- Added emoji support for newer Windows terminals.
- Made the windows terminal emulation a non default feature (
windows-console-colors
)
- Added
user_attended_stderr
for checking if stderr is a terminal - Removed
termios
dependency
- Better handling of key recognition on unix
Term::terminal_size()
on stderr terms correctly returns stderr term info
- Deprecate
Term::is_term()
in favor ofTerm::features().is_attended()
- Remove
Term::want_emoji()
in favor ofTerm::features().wants_emoji()