Skip to content

Releases: facelessuser/ColorHelper

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.

ST3 6.3.1

28 Aug 16:01

Choose a tag to compare

6.3.1

  • FIX: Update to ColorAide 2.9.1 which uses the exact CSS HWB
    algorithm instead of the HSV -> HWB algorithm.

ST3 6.3.0

25 Aug 02:30

Choose a tag to compare

6.3.0

  • NEW: Upgrade to ColorAide 2.9.
  • FIX: Fix some issues with blend and contrast tool.

ST3 6.2.2

27 Jul 13:53

Choose a tag to compare

6.2.2

  • FIX: Remove regression fix that was fixing a false issue.