- term_programs: add ghostty as a supported terminal (#5) (cd892367)
- crates.io: 'terminal' is not a valid category (130c715d)
- deps: Use
std::io::IsTerminal
instead ofis-terminal
. (#4) (fb84fe60)- BREAKING CHANGE: This bumps the MSRV to 1.70.0
- terms: add support for a couple more terminals (0a7728c5)
- edition: bump edition to 2021 (5cd860b1)
This semver-major release is just for switching away from atty
due to
soundness and maintenance concerns. See this issue in supports-color
for
more details
- tty: Switch from
atty
tois-terminal
(#3) (a321f355)- BREAKING CHANGE: the exported
Stream
enum is no longer anatty
type, and this crate no longer acceptsatty
types as input.
- BREAKING CHANGE: the exported
- conditions: allow fallthrough when nested checks are false (3aa5ffbb)
- force: add support for forcing hyperlinks (96d75a7c)
- on: add atty and on() function for ease of use (bf17421f)
- api: initial commit (4eb64a5b)