Releases: termcolor/termcolor
Releases · termcolor/termcolor
Release 3.1.0
Added
- Add true colour RGB option as input arguments (#102) @icyveins7
- Cache system lookups to save invocation time (#107) @miketheman
- Advertise typing via classifier (#104) @miketheman
Changed
- Migrate coverage configuration to
pyproject.toml
(#105) @miketheman
Release 3.0.1
Release 3.0.0
Added
Changed
- Only apply
FORCE_COLOR
,NO_COLOR
andANSI_COLORS_DISABLED
when present and not an empty string (#92) @hugovk - Replace deprecated classifier with licence expression (PEP 639) (#95) @hugovk
- Speedup: move typing imports into type-checking block (#94) @hugovk
- Lint with faster action-pre-commit-uv: 1m22s -> 48s and 21s -> 15s (#86) @hugovk
Removed
Release 2.5.0
Release 2.4.0
Added
- Document terminal colour detection overrides (#60) @hugovk
- Add support for Python 3.13 (#55) @hugovk
Changed
- Improve
isatty
check (#56) @XiaoliChan - Improve typing (#44) @marcin-serwin
- Drop support for EOL Python 3.7 (#47) @hugovk
Release 2.3.0
Release 2.2.0
Release 2.1.1
Release 2.1.0
Release 2.0.1
Fixed
- Update source URL (#21) @felixonmars