0.9.0
Added
- Added
Color.BLANK
andColor.FILLED
color values.
Changed
- Switched to HTTPX as the underlying HTTP library.
Color.BLACK
now uses the official "black" character code (70). UseColor.BLANK
for character code 0 (previously used byColor.BLACK
).- The default "fill" color is now
Color.BLANK
instead ofColor.BLACK
.
Removed
- Dropped support for Python 3.7.