Skip to content

Releases: facelessuser/ColorHelper

ST3 3.2.2

20 Mar 02:30
Compare
Choose a tag to compare

3.2.2

  • FIX: Increase precision of palettes to properly match and store any colors.

ST3-3.2.1

20 Mar 02:15
Compare
Choose a tag to compare

3.2.1

  • FIX: Ensure adding a color to a palette isn't shown when deleting palettes.

ST3 3.2.0

20 Mar 02:06
353203d
Compare
Choose a tag to compare

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, use graphic_scale.
  • FIX: Windows color picker should use ctypes.pointer not ctypes.byref. Fixes Windows color picker not working on ST4.

ST3 3.1.4

18 Mar 14:00
Compare
Choose a tag to compare

3.1.4

  • FIX: Fix tmTheme handling of compressed hex colors.

ST3 3.1.3

18 Mar 01:43
Compare
Choose a tag to compare

3.1.3

  • FIX: A few fixes to new style.

ST3 3.1.2

17 Mar 23:08
Compare
Choose a tag to compare

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

16 Mar 16:51
e1c918d
Compare
Choose a tag to compare

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

16 Mar 02:53
Compare
Choose a tag to compare

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

13 Mar 13:52
Compare
Choose a tag to compare

3.0.2

  • FIX: Fix typo in color trigger pattern in 3.0.1 fix.

ST3 3.0.1

13 Mar 05:47
Compare
Choose a tag to compare

3.0.1

  • FIX: Ignore color keywords when they are preceded by $ (SCSS). Also, fix an issue with - trailing a keyword.