Skip to content

Version 0.6.7

Compare
Choose a tag to compare
@MyreMylar MyreMylar released this 23 Dec 11:58
· 550 commits to main since this release
4872df2

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

New Contributors

Full Changelog: v_066...v_067