Skip to content

Releases: facelessuser/ColorHelper

ST3 6.4.1

21 May 20:57
5d44541
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

6.2.2

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

ST3 6.2.1

03 Jul 13:35
Compare
Choose a tag to compare

6.2.1

  • FIX: Fix issue where recent changes for "on activated" caused
    a regression.

ST3 6.2.0

30 Jun 01:07
27f770c
Compare
Choose a tag to compare

6.2.0

  • NEW: Since browsers do not and may not introduce Color Level 4
    gamut mapping until some future spec, make gamut mapping approach
    configurable. Use clipping by default to match browsers as this is
    likely what people expect even if it is not an ideal approach. Use
    gamut_map in settings option to manually control the approach.
  • NEW: Upgrade ColorAide to 2.4.
  • NEW: Previews now run immediately on view activation.
  • NEW: The sliding preview window has configurable padding to scan
    a larger region.
  • FIX: Fix regression where contrast logic could not adjust to a
    given contrast due to a property access.

ST3 6.1.1

01 Feb 14:18
Compare
Choose a tag to compare

6.1.1

  • FIX: Fix broken gamut mapping logic after recent port of latest
    coloraide.

ST3 6.1.0

18 Jan 02:39
Compare
Choose a tag to compare

6.1.0

  • NEW: Update to ColorAide 1.5.
  • FIX: Fix issue where if a view does not have a syntax it could
    cause an exception.