Skip to content

Releases: facelessuser/ExportHtml

ST3 2.17.5

30 Jun 13:46
Compare
Choose a tag to compare

2.17.5

  • FIX: Remove unnecessary dependencies.
  • FIX: Fix typo in settings configuration.

ST3 2.17.4

07 Sep 17:47
Compare
Choose a tag to compare

2.17.4

  • FIX: Fix jinja2 import error.

ST3 2.17.3

05 Sep 23:03
56763e9
Compare
Choose a tag to compare

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

01 Apr 15:18
39733e1
Compare
Choose a tag to compare

2.17.2

  • FIX: Fix a regression where custom defined schemes are not used.

ST3 2.17.1

31 Mar 18:37
Compare
Choose a tag to compare

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 in mdpopups.
  • FIX: Fix some color filter cases.

ST3 2.17.0

13 Mar 19:01
Compare
Choose a tag to compare

2.17.0

  • NEW: Drop BBCode support.
  • NEW: Use recent Sublime API commands, such as view.style() and view.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

09 Jul 02:26
922fa8d
Compare
Choose a tag to compare

2.16.1

  • FIX: Fix issue with quick start doc not showing images proper.

ST3 2.16.0

03 May 13:26
Compare
Choose a tag to compare

2.16.0

  • NEW: Add glow and underline support in Sublime syntax color schemes.

ST3 2.15.1

29 Mar 00:57
d76df94
Compare
Choose a tag to compare

2.15.1

  • FIX: ST4 now handles HSL properly, remove workaround for build 4069.
  • FIX: +/- have to be followed by spaces in saturation, lightness, and alpha 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 with HSL and HWB.
  • FIX: Sublime will ignore the unit types rad, grad, and turn for HSL and HWB, but add support for them in
    case Sublime ever does.

ST3 2.15.0

28 Feb 04:05
Compare
Choose a tag to compare

2.15.0

  • NEW: Support lightness() and saturation() in color mod functions.
  • NEW: Properly support alpha(+value), alpha(-value), alpha(*value), and alpha(value).
  • NEW: Suppport foreground_adjust.