v0.11.18-rc1
Pre-release
Pre-release
Myriad-Dreamin
released this
04 Aug 18:42
·
500 commits
to main
since this release
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 whentypstExtraArgs
is not specified.
- For example, the env variable
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
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 addedtinymist.showLog
in #476 - (Fix) Processing task id correctly when executing scroll command in #477
Completion
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