Version 0.6.7
Hello!
We had a lovely large contribution since 0.6.6 was released and I didn't want to wait too long before putting it out.
Main Feature
@cobyj33 added a new colour parsing module which means there are many more ways to specify colours in theming files beyond the previous support for hex triplet style colours (e.g. # FF60AF ). Now you can also specify colours as RGB/A 0-255 integers ( e.g. (100, 128, 255) ), as shortened hex ( e.g. # F6A ), or by HSL/A, HSV/A or CMY colour representations and finally there are some string colour names as well. @cobyj33' s PR has an excellent table which gives examples in greater detail than I've put here.
🌈 Colours! 🌈
What else...
Snuck in a small improvement to tool tips and some house keeping to keep up with Python's new versions.
What's Changed
- Fix deprecated usage of importlib - needed for Python 3.12 by @MyreMylar in #375
- Colors by @cobyj33 in #374
- Expand create tool tip method w. parent element & ObjectID option by @MyreMylar in #383
New Contributors
Full Changelog: v_066...v_067