Releases: facelessuser/ExportHtml
Releases · facelessuser/ExportHtml
ST3 2.17.5
2.17.5
- FIX: Remove unnecessary dependencies.
- FIX: Fix typo in settings configuration.
ST3 2.17.4
2.17.4
- FIX: Fix
jinja2
import error.
ST3 2.17.3
2.17.3
- 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).
ST3 2.17.2
2.17.2
- FIX: Fix a regression where custom defined schemes are not used.
ST3 2.17.1
2.17.1
- 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.
ST3 2.17.0
2.17.0
- 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.
ST3 2.16.1
2.16.1
- FIX: Fix issue with quick start doc not showing images proper.
ST3 2.16.0
2.16.0
- NEW: Add
glow
andunderline
support in Sublime syntax color schemes.
ST3 2.15.1
2.15.1
- 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.
ST3 2.15.0
2.15.0
- NEW: Support
lightness()
andsaturation()
in color mod functions. - NEW: Properly support
alpha(+value)
,alpha(-value)
,alpha(*value)
, andalpha(value)
. - NEW: Suppport
foreground_adjust
.