Skip to content

Releases: termcolor/termcolor

Release 3.1.0

30 Apr 11:36
1e0ae11
Compare
Choose a tag to compare

Added

Changed

Release 3.0.1

02 Apr 10:01
b2c165a
Compare
Choose a tag to compare

Fixed

Release 3.0.0

31 Mar 13:00
0c7c034
Compare
Choose a tag to compare

Added

Changed

  • Only apply FORCE_COLOR, NO_COLOR and ANSI_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

  • Replace literal types with strings (#97) @hugovk
  • Remove deprecated __ALL__, use __all__ instead (#93) @hugovk

Release 2.5.0

06 Oct 19:48
2654f7f
Compare
Choose a tag to compare

Added

Changed

Release 2.4.0

01 Dec 11:03
eefde3e
Compare
Choose a tag to compare

Added

  • Document terminal colour detection overrides (#60) @hugovk
  • Add support for Python 3.13 (#55) @hugovk

Changed

Release 2.3.0

23 Apr 19:43
0e016d9
Compare
Choose a tag to compare

Added

  • Add no_color and force_color parameters to override env vars (#38) @hugovk
  • Add support for Python 3.12 (#37) @hugovk

Changed

  • Publish to PyPI with a Trusted Publisher (#45) @hugovk

Release 2.2.0

03 Jan 17:21
fd27ce2
Compare
Choose a tag to compare

Added

  • Add light shades, dark grey and black (#32) @hugovk

Release 2.1.1

20 Nov 07:58
ec269e6
Compare
Choose a tag to compare

Fixed

  • Add __main__ to re-enable demo via python -m termcolor (#27) @hugovk

Release 2.1.0

30 Oct 09:27
9f42863
Compare
Choose a tag to compare

Added

  • Support FORCE_COLOR and detect tty (#25) @hugovk

Deprecated

  • Deprecate __ALL__, use __all__ instead (#23) @hugovk

Release 2.0.1

12 Sep 05:13
b73d508
Compare
Choose a tag to compare

Fixed