Skip to content

Latest commit

 

History

History
92 lines (70 loc) · 3.51 KB

changelog.md

File metadata and controls

92 lines (70 loc) · 3.51 KB

CHANGELOG

2.3.0 on August 15, 2018

  • fatal blockquote behavior gone with VSCode 1.26.0. Obsolete bug fix removed.
  • fatal blockquote bug fixed.
  • markdown-it dependency upgrade to 8.5.0.
  • katex dependency upgrade to 0.10.0-beta.

2.2.0 on March 19, 2018

  • clip-to-html bug with Ubuntu fixed.
  • markdown-it dependency upgrade to 8.4.1.
  • katex dependency upgrade to 0.9.0.
  • clipboardy dependency upgrade to 1.2.3.

2.1.0 on January 05, 2018

  • Fixing escaped underscore bug with markdown-it-texmath.
  • Experimentally implementing syntax highlighting in markdown source code.

2.0.7 on October 02, 2017

  • Fixing a css bug in the clip-to-html template.

2.0.6 on September 27, 2017

  • Fixing the newline bug with gitlab delimiters.

2.0.4 on September 08, 2017

  • Using extension local 'css' files instead of 'cdn'-served files for enabling offline usage of mdmath.
  • Update to KaTex version 0.8.3.

2.0.0 on August 20, 2017

  • Fundamental rewrite using vscode markdown extension api.

1.2.8 on May 15, 2017

  • Setting of process.env["LC_CTYPE"] removed, which is done by clipboardy itself.

1.2.7 on May 14, 2017

  • Height increase in mdmath.css with block equations and formula numbers removed.
  • Chinese language bug with mdmath.clipToHtml removed (issue).
  • KaTeX version upgrade to 0.7.1.
  • highlight.js version upgrade to 9.11.0.

1.2.6 on March 01, 2017

  • Bug in mdmath.css removed.

1.2.5 on March 01, 2017

  • mdmath.css modified in order to align KaTeX font-size with surrounding text.

1.2.4 on February 24, 2017

  • debounce/throttle update events to prevent misbehaving scrolling of preview window with large math documents.

1.2.0 on February 20, 2017

  • blockquote bug removed.
  • Support of user settings.
  • Allow yaml and JSON front matter in markdown.
  • Copy HTML source to clipboard.
  • Command Markdown+Math to Html is now deprecated.
  • Generation of Table of Contents is now supported.
  • Support of custom CSS styles for preview window.
  • Documentation changes
    • moved CHANGELOG to its own file
    • moved CONTRIBUTING guide
    • added ISSUE_TEMPLATE
    • updated links in README
  • Updated CSS links for generated HTML code.
  • Updated dependencies and added bugs section to package.json.

1.1.0 on December 27, 2016

  • Single character inline formula bug fixed.
  • Formula in lists bug fixed.
  • Handling of KaTeX errors improved.
  • Micro-improvement of regular expressions.

1.0.1 on December 21, 2016

  • code block bug removed.

1.0.0 on December 20, 2016

  • Dependency on markdown-it-katex removed in favour of some lightweight regular expressions.
  • Very simple (manual) equation numbering implemented.
  • KaTeX error highlighting activated.
  • Footnotes by markdown-it-footnote added.
  • Standalone tests for math rendering added.
  • Markdown+Math CSS file added to CDN
  • Some minor bugs removed.

0.9.0 on December 3, 2016

  • Installation bug resolved

0.8.0 on November 25, 2016

  • First Release