- FIX: Remove unnecessary dependencies.
- FIX: Fix typo in settings configuration.
- FIX: Fix
jinja2
import error.
- FIX: Fix a scheme loading related issue.
- FIX: Ensure ExportHTML will work with Package Control 4.0 (compatibility issues with latest
mdpopups
needed for Package Control 4.0).
- FIX: Fix a regression where custom defined schemes are not used.
- FIX: Fix issues with Sublime 4095
auto
light/dark color scheme option (legacy converter). - FIX: Reduce dependencies by relying on the
coloraide
inmdpopups
. - FIX: Fix some color filter cases.
- NEW: Drop BBCode support.
- NEW: Use recent Sublime API commands, such as
view.style()
andview.style_for_scope()
instead of old legacy method. - NEW: Use
coloraide
dependency for color handling. - FIX: Recent changes should allow
min-contrast
usage in themes to work. - FIX: Recent changes should allow for handling invalid color in color schemes better.
- FIX: Recent changes should fix some issues with hashed schemes.
- FIX: Fix issue with quick start doc not showing images proper.
- NEW: Add
glow
andunderline
support in Sublime syntax color schemes.
- FIX: ST4 now handles
HSL
properly, remove workaround for build 4069. - FIX:
+
/-
have to be followed by spaces insaturation
,lightness
, andalpha
or they should be treated as part of the number following them.*
does not need a space. - FIX: Add support for
deg
unit type for the hue channel withHSL
andHWB
. - FIX: Sublime will ignore the unit types
rad
,grad
, andturn
forHSL
andHWB
, but add support for them in case Sublime ever does.
- NEW: Support
lightness()
andsaturation()
in color mod functions. - NEW: Properly support
alpha(+value)
,alpha(-value)
,alpha(*value)
, andalpha(value)
. - NEW: Suppport
foreground_adjust
.
- FIX: Fix references to internal color schemes in settings. Color schemes wouldn't load proper as the color scheme names were wrong.
- FIX: Mimic Sublime in regards to hue blending.
- FIX: Fix
HWB
exception.
- FIX: Fix some regressions in regard to blending colors.
- FIX: Fix issue where
HWB
blending was used when it shouldn't be.
- NEW: Respect
no_bold
andno_italic
options infont_options
. - NEW: Default themes converted to
sublime-color-scheme
format. - NEW: Handle blending in
HSL
andHWB
color space. - FIX: Improved color blending.
- NEW: Add support for
hwb()
andalpha()
/a()
. - FIX: Handle
hsl()
inblend()
.
- FIX: Allow
-
in variables names. Write color translations to main scheme object and ensure filtering is done after color translations.
- NEW: Better tab conversion algorithm. Converts tabs to spaces based on tab stops (though it doesn't account for character width).
- NEW: Using
disable_nbsp
will insert real tabs or spaces. - NEW: Settings are gathered from the view under conversion, not the global preferences.
- NEW: Default provided print setups now disables
nbsp
by default to use the exact whitespace in a file. - FIX: Font in HTML not being displayed correctly.
- NEW: Add support for
.hidden-color-scheme
. - FIX: Update dependencies.
- FIX: Create fallback file read for resource race condition.
- FIX: Parse legacy
foregroundSelection
properly.
- NEW: Add support
.sublime-color-scheme
hashed syntax highlighting. - FIX:
.sublime-color-scheme
merge logic.
- FIX: Parse color scheme with unexpected extension correctly.
- NEW: Add support for rendering output without tables (Default CSS did change, so if overriding it, you may need to update).
- FIX: Support for irregular
.sublime-color-scheme
values.
- NEW: Add support for per scope selection foreground.
- FIX: Some general color scheme parsing and tweaking issues.
- NEW: Add support for
.sublime-color-scheme
files. - NEW: Drop option to include scheme in output.
- NEW: Upgrade theme_tweaker and rgba lib which adds the ability to adjust contrast.
- FIX: Don't include document build folder.
- NEW: Add document and settings to the command palette.
- FIX: Quick start image links.
- FIX: Hopefully more reliable browser opening (#47).
- NEW: Limit popups to 3124+.
- FIX: Better scope matching.
- FIX: Skip processing popupCss and phantomCss.
- NEW: Handle X11 named colors in color schemes (#44).
- NEW: By default, don't include color scheme plist in output (to reduce size of output).
- NEW: Quickstart guide available in menu.
- NEW: Links to repo issues and documentation available in menu.
- FIX: Fix changelog links
- Fix: Fix incorrect changelog title (#43).
- NEW: Add
disable_nbsp
option. - Fix: JS not loading into HTML.
- NEW: New dependencies.
- NEW: Added changelog and support info command in menu.
- NEW: CSS template is now handled by Jinja2.
- NEW: Add
export_css
setting to specify custom CSS.
- NEW: Arbitrary jump to 2.0.0 version number
- NEW: Upgrade color libs
- NEW: Get current scheme from view settings instead of global