Skip to content

Releases: KamiKillertO/vscode-colorize

v0.11.1

01 May 10:38
Compare
Choose a tag to compare

Feat

Colorize is now published on open vsx too

Fix

Extract browser colors surrounded by quotes.

v0.9.0

15 Jan 14:18
Compare
Choose a tag to compare

Breaking

Remove deprecated setting colorize.files_extension

Now the extension will only use the values of the settings colorize.languages, colorize.include and colorize.exclude to decide whether or colors should be decorated in a file.

Make colorize.colorize_only_visible_beta the default behavior

The purpose of this option was to only generate a colored background for colors that are on the visible part of the editor. This has a huge perf impact especially for big files with a lot of colors.

The setting colorize.colorize_only_visible_beta was introduced a long time ago without any issues. So it's now the default behavior.

Fix

Correct a typo preventing the browser color burlywood from being colorized.

Build

Update extension to latest target latest version of vscode.

v0.4.0

01 Apr 16:45
Compare
Choose a tag to compare
  • Add cross browser colors extraction (fix #12 )
  • Add settings options to easily add new languages support (fix #13)
  • Support for split view (fix #20)
  • Colorize all colors in gradient statement (fix #11)

v0.3.0

04 Feb 16:24
Compare
Choose a tag to compare
  • Use Promise for background generation/update for easy chaining
  • Add new regex for rgb(a) colors detection
  • Add new activationEvents (pcss and sss)
  • Add rgb(a) color extraction
  • Add rgb and luminance properties in color.ts
  • Fix [#7]
  • Fix [#6]
  • Fix [#4]

v0.2.0

26 Jan 17:08
Compare
Choose a tag to compare
  • Huge code refacto
  • Dramatically improvement colored background updates

v0.1.2

18 Jan 18:20
Compare
Choose a tag to compare
  • Fix background update

v0.1.1

18 Jan 17:36
Compare
Choose a tag to compare
  • README update
  • Update logo

v0.1.0

17 Jan 13:48
Compare
Choose a tag to compare

First release 🎉

  • Generate colored background for css hexa color
  • Update background on color updates