Skip to content

Latest commit

 

History

History
146 lines (84 loc) · 3.35 KB

File metadata and controls

146 lines (84 loc) · 3.35 KB

ExportHtml 2.12.1

Jan 1, 2018

  • FIX: Allow - in variables names. Write color translations to main scheme object and ensure filtering is done after color translations.

ExportHtml 2.12.0

Dec 2, 2017

  • 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.

ExportHtml 2.11.0

Nov 20, 2017

  • NEW: Add support for .hidden-color-scheme.
  • FIX: Update dependencies.

ExportHtml 2.10.2

Nov 8, 2017

  • FIX: Create fallback file read for resource race condition.

ExportHtml 2.10.1

Nov 7, 2017

  • FIX: Parse legacy foregroundSelection properly.

ExportHtml 2.10.0

Nov 4, 2017

  • NEW: Add support .sublime-color-scheme hashed syntax highlighting.
  • FIX: .sublime-color-scheme merge logic.

ExportHtml 2.9.1

Oct 30, 2017

  • FIX: Parse color scheme with unexpected extension correctly.

ExportHtml 2.9.0

Oct 27, 2017

  • 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.

ExportHtml 2.8.0

Oct 21, 2017

  • NEW: Add support for per scope selection foreground.
  • FIX: Some general color scheme parsing and tweaking issues.

ExportHtml 2.7.0

Oct 20, 2017

  • NEW: Add support for .sublime-color-scheme files.
  • NEW: Drop option to include scheme in output.

ExportHtml 2.6.0

Oct 6, 2017

  • NEW: Upgrade theme_tweaker and rgba lib which adds the ability to adjust contrast.
  • FIX: Don't include document build folder.

ExportHtml 2.5.0

Released Aug 12, 2017

  • NEW: Add document and settings to the command palette.
  • FIX: Quick start image links.

ExportHtml 2.4.1

Released Jun 4, 2017

  • FIX: Hopefully more reliable browser opening (#47).

ExportHtml 2.4.0

Released May 27, 2017

  • NEW: Limit popups to 3124+.
  • FIX: Better scope matching.

ExportHtml 2.3.1

Released Nov 29, 2016

  • FIX: Skip processing popupCss and phantomCss.

ExportHtml 2.3.0

Released Nov 28, 2016

  • 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.

ExportHtml 2.2.2

Released Nov 5, 2016

  • FIX: Fix changelog links

ExportHtml 2.2.1

Released Nov 3, 2016

  • Fix: Fix incorrect changelog title (#43).

ExportHtml 2.2.0

Released Nov 2, 2016

  • NEW: Add disable_nbsp option.
  • Fix: JS not loading into HTML.

ExportHtml 2.1.0

Released Oct 30, 2016

  • 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.

ExportHtml 2.0.0

Released Feb 4, 2016

  • NEW: Arbitrary jump to 2.0.0 version number
  • NEW: Upgrade color libs
  • NEW: Get current scheme from view settings instead of global