Skip to content

Releases: braver/ColorHints

0.5.3

25 Aug 14:14

Choose a tag to compare

percent units are also optional in hwb

0.5.2

23 Aug 09:17

Choose a tag to compare

handle optional deg unit in hwb

0.5.1: fix #7 support rgb/hsl with spaces, not ,

26 Feb 14:35

Choose a tag to compare

and refactor for readability and reduce code duplication

support all RAL colors

27 Jul 15:05

Choose a tag to compare

fix #5 complete list of RAL colors

scraped from https://www.ral-farben.de/en/all-ral-colours

0.4.1

26 Jul 15:39
7d35309

Choose a tag to compare

add flake8 job

0.4.0

18 Aug 11:45

Choose a tag to compare

fix #3 default to rgba hex; new setting for argb

0.3.3: Revert "add first very naive vt100 escape sequence match"

03 Aug 08:04

Choose a tag to compare

274a31594446ebd1f54c9712085b37ff106d6249

Because it can be a list (31;41;42), it can't be handled like the
others (i.e. a single color matched by regex). Instead we would need
a little parser that renders multiple hints: for each color in the list.

0.3.2

06 May 20:17

Choose a tag to compare

typo

0.3.1

06 May 20:07

Choose a tag to compare

remove a stray print statement

0.3.0

04 May 15:29

Choose a tag to compare

update README