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.