Skip to content

v0.11.18-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Myriad-Dreamin Myriad-Dreamin released this 04 Aug 18:42
· 500 commits to main since this release
a3095c2

Compiler

  • Cherry picked concurrent id error in #472
    • This affects lsp since the server parallelized the requests.
  • (Fix) Retrieving environments even if typstExtraArgs is unspecified in #482
    • For example, the env variable SOURCE_DATE_EPOCH is not used when typstExtraArgs is not specified.

Commands/Tools

  • Supported vscode tasks for exporting pdf, svg, and png in #488
  • Supported vscode tasks for exporting html, md, and txt in #489
  • Supported vscode tasks for exporting query and pdfpc in #490

1e792a89621ba1e563724b354c4dc2ae

See Docs: Exporting Documents

Preview

  • Added normal-image option for tinymist.preview.invertColor feature by @SetsuikiHyoryu in #464 and #473
    • People may love inverted color for preview, but not for images. This feature helps them.
  • Removed typst-preview.showLog and added tinymist.showLog in #476
  • (Fix) Processing task id correctly when executing scroll command in #477

Completion

  • (Fix) Applying label instead of bib title name in at completion by @kririae in #485

Syntax/Semantic Highlighting

  • (Fix) Allowing hyphenate in url link in #481
    • It was not highlighted correctly.

Misc

  • Added documentation about installing nightly prebuilts in #480
  • Improved contribution guide and added sections for syntaxes in #471

Full Changelog: v0.11.17...v0.11.18-rc1