Releases: timofurrer/colorful
Releases · timofurrer/colorful
v0.5.7
What's Changed
- Read version from ast.Constant instead of ast.Str by @carlwgeorge in #56
- fix:
DualOutput
object has no attributeisatty
by @HollowMan6 in #57 - Update CI by @fliiiix in #58
New Contributors
- @HollowMan6 made their first contribution in #57
Full Changelog: v0.5.6...v0.5.7
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