Releases: facelessuser/ColorHelper
Releases · facelessuser/ColorHelper
ST3 6.4.1
ST3 6.4.0
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
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
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
6.3.0
- NEW: Upgrade to ColorAide 2.9.
- FIX: Fix some issues with blend and contrast tool.
ST3 6.2.2
6.2.2
- FIX: Remove regression fix that was fixing a false issue.
ST3 6.2.1
6.2.1
- FIX: Fix issue where recent changes for "on activated" caused
a regression.
ST3 6.2.0
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
6.1.1
- FIX: Fix broken gamut mapping logic after recent port of latest
coloraide
.
ST3 6.1.0
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.