Releases: btfranklin/paintcan
Releases · btfranklin/paintcan
v0.1.4
What's Changed
- HSBA colors now validate hue, saturation, brightness, alpha, and range bounds, helping catch invalid color values earlier.
- Color adjustment behavior is more robust when clamping or wrapping values outside allowed ranges.
- Color schemes now behave more like standard sequences, including support for slicing.
- Demo output now uses the correct project name, “PaintCan”.
v0.1.3
What's Changed
- Updated the Python package publish workflow to stop installing
mypyand generating type stubs during release publishing.
v0.1.2
What's Changed
- Improved project linting by switching from Flake8 to Ruff and updating related configuration.
- Added an automated GitHub workflow to generate draft release notes when new version tags are created.
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/btfranklin/paintcan/commits/v0.1.0