Recent Releases of 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
- Python
Published by github-actions[bot] about 1 year ago
termcolor - Release 3.0.1
Fixed
- Fix licence filename in metadata (#100) @hugovk
- Python
Published by github-actions[bot] about 1 year ago
termcolor - Release 3.0.0
Added
- Add support for Python 3.14 (#87) @hugovk
Changed
- Only apply
FORCE_COLOR,NO_COLORandANSI_COLORS_DISABLEDwhen 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
- Replace literal types with strings (#97) @hugovk
- Remove deprecated
__ALL__, use__all__instead (#93) @hugovk
- Python
Published by github-actions[bot] about 1 year ago
termcolor - Release 2.5.0
Added
- Add
strikeattribute (#65) @muzhig - Generate and upload attestations to PyPI (#83) @hugovk
Changed
- Drop support for Python 3.8 (#81) @hugovk
- Python
Published by github-actions[bot] over 1 year ago
termcolor - Release 2.4.0
Added
- Document terminal colour detection overrides (#60) @hugovk
- Add support for Python 3.13 (#55) @hugovk
Changed
- Improve
isattycheck (#56) @XiaoliChan - Improve typing (#44) @marcin-serwin
- Drop support for EOL Python 3.7 (#47) @hugovk
- Python
Published by github-actions[bot] over 2 years ago
termcolor - Release 2.3.0
Added
- Add
no_colorandforce_colorparameters to override env vars (#38) @hugovk - Add support for Python 3.12 (#37) @hugovk
Changed
- Publish to PyPI with a Trusted Publisher (#45) @hugovk
- Python
Published by github-actions[bot] about 3 years ago
termcolor - Release 2.2.0
Added
- Add light shades, dark grey and black (#32) @hugovk
- Python
Published by github-actions[bot] over 3 years ago
termcolor - Release 2.1.1
Fixed
- Add
__main__to re-enable demo viapython -m termcolor(#27) @hugovk
- Python
Published by github-actions[bot] over 3 years ago
termcolor - Release 2.1.0
Added
- Support
FORCE_COLORand detect tty (#25) @hugovk
Deprecated
- Deprecate
__ALL__, use__all__instead (#23) @hugovk
- Python
Published by github-actions[bot] over 3 years ago
termcolor - Release 2.0.1
Fixed
- Update source URL (#21) @felixonmars
- Python
Published by github-actions[bot] over 3 years ago
termcolor - Release 2.0.0
Added
- Add support for Python 3.11 and PyPy (#9) @hugovk
- Add support for Python 3.10 (#5) @hugovk
- Support
NO_COLOR(#7) @hugovk - Add type annotations to the project and run mypy on CI (#11) @jdufresne
- Add tests (#1) @hugovk
Changed
- Refer to GitHub Releases for release notes for 2.0.0+ (#20) @hugovk
- Autodeploy to TestPyPI and to PyPI for GH releases (#19) @hugovk
- Migrate from setuptools + setuptools_scm to hatchling + hatch-vcs (#17) @hugovk
- Replace deprecated
license_filewithlicense_filesinsetup.cfg(#14) @jdufresne - Use declarative metadata in
setup.cfg(#10) @hugovk - Replace
3.9-devwith3.9in CI to use Python 3.9 final (#3) @CozyDoomer
Removed
- Drop support for EOL Python <= 3.6 (#9) @hugovk
- Remove hardcoded
VERSIONconstant (#18) @hugovk To find the version, use:
```python try: # Python 3.8+ import importlib.metadata as importlibmetadata except ImportError: # Python 3.7 import importlibmetadata
print(importlib_metadata.version("termcolor")) ```
Fixed
- Python
Published by github-actions[bot] over 3 years ago
termcolor - Release 1.1.0
1.1.0 (13.01.2011)
- Added cprint function.
- Python
Published by hugovk over 3 years ago
termcolor - Release 1.0.1
1.0.1 (13.01.2011)
- Updated README.rst.
- Python
Published by hugovk over 3 years ago
termcolor - Release 1.0.0
1.0.0 (13.01.2011)
- Changed license to MIT.
- Updated copyright.
- Refactored source code.
- Python
Published by hugovk over 3 years ago
termcolor - Release 0.2
0.2 (07.09.2010)
- Added support of Python 3.x.
- Python
Published by hugovk over 3 years ago
termcolor - Release 0.1.2
0.1.2 (04.06.2009)
- Fixed bold characters. (Thanks Tibor Fekete)
- Python
Published by hugovk over 3 years ago
termcolor - Release 0.1.1
0.1.1 (05.03.2009)
- Some refactoring.
- Updated copyright.
- Fixed reset colors.
- Updated documentation.
- Python
Published by hugovk over 3 years ago
termcolor - Release 0.1
0.1 (09.06.2008)
- Initial release.
- Python
Published by hugovk over 3 years ago