Skip to content

Releases: facelessuser/ColorHelper

ST4 6.7.0

20 Jan 00:53

Choose a tag to compare

6.7.0

  • NEW: Rework HTML, CSS, SCSS, SASS handling. As syntax packages
    have evolved, rework rules to better target colors, combining
    handling under one rule HTML/CSS.
  • NEW: Move handling for old, CSS3 syntax to its own rule.

ST3 6.4.6

20 Jan 00:51

Choose a tag to compare

6.4.6

  • NEW: Rework HTML, CSS, SCSS, SASS handling. As syntax packages
    have evolved, rework rules to better target colors, combining
    handling under one rule HTML/CSS.
  • NEW: Move handling for old, CSS3 syntax to its own rule.

ST4 6.6.0

18 Jan 23:27

Choose a tag to compare

6.6.0

  • NEW: Upgrade to ColorAide 7.0.

ST3 6.4.5

11 Nov 17:06

Choose a tag to compare

6.4.5

  • FIX: Fix SCSS support.

ST3 6.4.4

11 Nov 14:24

Choose a tag to compare

6.4.4

  • FIX: Fix regression in Sublime color parsing.

ST3 6.4.3

01 Nov 16:36

Choose a tag to compare

6.4.3

  • FIX: Fix issue where a newly opened file will not show previews
    until the file is scrolled or resized.

ST3 6.4.2

17 Mar 18:35

Choose a tag to compare

6.4.2

  • FIX: Fix regression in Sublime ColorMod parsing.

ST3 6.4.1

21 May 20:57
5d44541

Choose a tag to compare

6.4.1

  • FIX: Fix regression due to not accounting to API change when
    upgrading to latest ColorAide.

ST3 6.4.0

20 May 16:26

Choose a tag to compare

6.4.0

  • NEW: Opt into Python 3.8.
  • NEW: Upgrade ColorAide.
  • NEW: Note in documentation and settings a new gamut mapping
    method, oklch-raytrace, which does a chroma reduction much
    faster and closer than the current suggested CSS algorithm.
  • NEW: Add color rule for ini files.
  • FIX: Fix Less rule.

ST3 6.3.2

07 Dec 00:42
ec905e5

Choose a tag to compare

6.3.2

  • FIX: Fix missing requirement for math.isclose in ColorAide
    (Python 3.3).
  • FIX: Do not pad preview by default due to performance impact.