Skip to content

Releases: timofurrer/colorful

0.5.6

07 Jan 19:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.5...v0.5.6

v.0.5.5

04 Dec 13:51
Compare
Choose a tag to compare

Fixed

  • Fix setup(colormode=NO_COLORS)
  • Fix correctnes of __str__ to return always a str
  • Drop Python 2 support
  • Test Python 3.5 - Python 3.11

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

09 Oct 09:01
4d3dfab
Compare
Choose a tag to compare

Fixed

  • __getattr__ protocol implementation

v0.4.2

27 Sep 07:07
8e5ff68
Compare
Choose a tag to compare

Fixed

  • If stdout default encoding is not set, UTF-8 is assumed

v0.3.6

13 Apr 09:59
4180b41
Compare
Choose a tag to compare

Added

  • Combine and Pipe Styles

v0.3.5

13 Apr 09:59
39ea0b1
Compare
Choose a tag to compare

Added

  • Support for Windows using colorama

v0.3.4

13 Apr 09:58
4f0a55b
Compare
Choose a tag to compare

Added

  • Implement Colorful.print() method
  • Support env variable to point to local rgb.txt file

v0.3.3

13 Apr 09:58
Compare
Choose a tag to compare

This release is just to fix the PyPI project page.

v0.3.2

13 Apr 09:58
bac644e
Compare
Choose a tag to compare

Added

  • Support for styling objects which implement the str() protocol

v0.3.1

11 Apr 11:17
47f3b5b
Compare
Choose a tag to compare

Added

  • Correctly support len()
  • Support nesting styles
  • Improved documentation