Skip to content

v0.1.7

Latest

Choose a tag to compare

@brandonscript brandonscript released this 23 May 18:29
· 1 commit to main since this release

Python version

Minimum Python version set to 3.9, with support through Python 3.13 added.

Breaking changes

  • Noted in README.md

Bug Fixes:

  • Fixed a bug when loading clobbering colors.ini.
  • Fixed loading from file not allowing reload.
  • Fixed regression which allows both tint(, ...) and tint(color=).

Performance Improvements:

  • Overhauled separator detection for improved style clearing and joining.
  • Cached color function loading.

Stability Fixes:

  • Improved stability for unicode color/stripping and newlines.

Tests:

  • Added examples tests.
  • Improved whitespace test coverage and bug fixes.