Releases: timofurrer/colorful
Releases · timofurrer/colorful
0.5.6
v.0.5.5
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
- @keturn made their first contribution in #41
- @lcnittl made their first contribution in #48
- @fliiiix made their first contribution in #51
Full Changelog: v0.5.4...v0.5.5
v0.5.4
v0.4.2
Fixed
- If stdout default encoding is not set, UTF-8 is assumed
v0.3.6
Added
- Combine and Pipe Styles
v0.3.5
Added
- Support for Windows using colorama
v0.3.4
Added
- Implement Colorful.print() method
- Support env variable to point to local rgb.txt file
v0.3.3
This release is just to fix the PyPI project page.
v0.3.2
Added
- Support for styling objects which implement the
str()
protocol
v0.3.1
Added
- Correctly support
len()
- Support nesting styles
- Improved documentation