Skip to content

Latest commit

 

History

History
130 lines (82 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

130 lines (82 loc) · 3.15 KB

Change Log

All notable changes to the "ultra-math-preview" extension will be documented in this file.

[0.0.1]

(insider)

[0.0.2]

(insider)

  • render TeX to SVG file with MathJax.

[0.0.3]

(insider)

  • Fix multi-preview bug

[0.0.4]

(insider)

  • delete test functions

[0.0.5]

(insider)

  • moveout keybindings functions.

[0.0.6]

  • Fix unusual display in math delimiters

[0.0.7]

[0.0.8]

  • Add icon of extension.

[0.0.9]

  • Partly fix preview bug in markdown block-quote environment
  • Update icon

[0.1.0]

  • Fix preview bug in math delimiters.
  • Auto reload preview on error.

[0.1.1]

  • Support User-defined macros.
  • Support 'Reload macros' command.
  • Support 'Toggle Math Preview' command.

[0.1.2]

  • Automatically change background-color and foreground-color when theme changes.

[0.1.3]

  • Partly fix "Command xxx not found" error
  • Context menu improvements.

[0.1.4]

  • Partly fix issue#1 by forcibly let \newcommand* be \newcommand
  • known issue: putting \newcommand* in math-blocks may cause error.

[0.1.5]

  • Change TextMate extension to yfzhao.hscopes-booster (HyperScopes Booster)
    • Now you can uninstall draivin.hscopes (HyperScopes) extension if no extension depends on that.

[0.1.6]

  • Fix a bug which may cause Cannot read property 'scopes' of null Error.

[0.2.0]

Ultra Math Preview is now 0.2.0 !🎉

(#2)

  • NEW: new option "Position"(umath.preview.position). You can preview your formula on top/bottom of your code.
  • NEW: support KaTeX renderer. You can toggle renderer with "Renderer"(umath.preview.renderer) option.
  • FIX: fix conflict caused by MathJax.
  • Other: compress file with esbuild to reduce the size.
  • Other: preload MathJax components when extension is activated.

Thanks to @Eumeryx .

[0.2.1]

  • FIX: fix a bug of getMacros() which may give wrong macros.
  • NEW: Support more environments, such as equation.
  • Other: Add more comments.
  • Other: Remove "Automatically update macros" function.

[0.2.2]

  • FIX: fix a bug that may return wrong range in markdown file

[0.2.3]

  • FIX: fix alignment bug in LaTeX file
  • Other: several enhancements.

[0.2.4]

  • FIX: fix some typos
  • NEW: Escape keybinding for closing preview panel. (With when clause)
  • NEW: Add custom CSS support.
  • Other: rewrite CSS string.
  • Other: several enhancements.