Skip to content

0.9.0

Compare
Choose a tag to compare
@jparise jparise released this 11 Dec 23:43
· 117 commits to main since this release

Added

  • Added Color.BLANK and Color.FILLED color values.

Changed

  • Switched to HTTPX as the underlying HTTP library.
  • Color.BLACK now uses the official "black" character code (70). Use Color.BLANK for character code 0 (previously used by Color.BLACK).
  • The default "fill" color is now Color.BLANK instead of Color.BLACK.

Removed

  • Dropped support for Python 3.7.