Skip to content

v0.11.17

Compare
Choose a tag to compare
@Myriad-Dreamin Myriad-Dreamin released this 27 Jul 10:26
· 519 commits to main since this release
651d7f7

Editor

  • Interned vscode-variable package in #460
    • Fixed some bugs in the vscode-variable package.
    • Improving the performance of replacing variables a bit.
  • Added a $(file-pdf) icon for showPdf to navigation bar in #462
    • It is a shorter way to export and open documents as PDF.
    • It now has a different icon from the preview command.
    • Note: This function is suitable to help perform your final checks to documents. For previewing, please uses preview command for better experience.

image

Compiler

  • (Fix) Processing lagged compile reason in #456
    • Causing last key strokes not being processed correctly.

Preview

  • Modified static host to send Content-Type: text/html by @cskeeters in #465
    • Causing that GitHub Codespaces and the browser just showed the text of the HTML.

Completion

  • Added documentation about completion in #466
  • Supported querying label with paper name in bib items by @kririae in #365

image

Syntax/Semantic Highlighting

  • Added syntax highlighting for raw blocks in #450
    • To ensure 100% correctness of grammar, only the raw block with number fence ticks less than 7 is highlighted.

image

Misc