Releases: facelessuser/ColorHelper
Releases · facelessuser/ColorHelper
ST3 3.2.2
3.2.2
- FIX: Increase precision of palettes to properly match and store any colors.
ST3-3.2.1
3.2.1
- FIX: Ensure adding a color to a palette isn't shown when deleting palettes.
ST3 3.2.0
3.2.0
- NEW: Convert popup now lets you copy a color or insert a color.
- NEW: More tweaks to popup styles.
- NEW: Palette features, such as inserting a color from a palette and saving a color to a palette, are all available under the
palette
menu option from the main toolip. This consolidates options and makes the panel a bit more compact. - NEW: Show current channel value in color picker's high resolution selector.
- FIX: Make "Out of gamut" tooltip more clear that it is referring to the preview gamut.
- FIX: Palettes colors were inconsistently saved and compared. This caused colors that were saved to "favorites" to sometimes not appear saved.
- FIX: Adjust scaling of images in regards to the
graphic_size
option. Medium should be a scale of 1, small a scale of 0.75, large a scale of 1.25. For greater control, usegraphic_scale
. - FIX: Windows color picker should use
ctypes.pointer
notctypes.byref
. Fixes Windows color picker not working on ST4.
ST3 3.1.4
3.1.4
- FIX: Fix
tmTheme
handling of compressed hex colors.
ST3 3.1.3
3.1.3
- FIX: A few fixes to new style.
ST3 3.1.2
3.1.2
- FIX: Improved visuals for popups and
TextInputHandlers
. Improve consistency in how things are presented. - FIX: In color picker, values in the hue channel should clamp at 359 not 360 as 360 wraps to 0.
- FIX: Fix a few transitions between different popups.
ST3 3.1.1
3.1.1
- FIX: Fix Windows color picker not processing color properly.
- FIX: Make sure Windows color picker stores and retrieves custom colors.
ST3 3.1.0
3.1.0
- NEW: Drop support for ColorPicker package and instead implement OS color pickers directly in ColorHelper. Linux users will need to install
kcolorchooser
, and it must be in the path on the command line
ST3 3.0.2
3.0.2
- FIX: Fix typo in color trigger pattern in 3.0.1 fix.
ST3 3.0.1
3.0.1
- FIX: Ignore color keywords when they are preceded by
$
(SCSS). Also, fix an issue with-
trailing a keyword.