Skip to content

v0.11.28

Compare
Choose a tag to compare
@Myriad-Dreamin Myriad-Dreamin released this 05 Oct 08:45
· 334 commits to main since this release
8eaa654

Nightly Tinymist

Tinymist now has two release channels:

  • Stable channel: releases with even patch number uses stable typst, like typst 0.11.1.
  • Nightly channel: releases with odd patch number uses recent typst, i.e. the main branch.

The versioning strategy is taken based on the one mentioned in Pre-release extensions.

In VS Code, you can get a nightly tinymist by clicking the "Switch to pre-release" button:

image

If some package registry, e.g. neovim's mason, upgrades to nightly tinymist without intention, there should be something wrong, either tinymist or the registry, which should be considered as a bug and can be submitted to GitHub Issue.

Compiler

  • (Fix) Allowing keeping garbage directories in the package directory in #622
    • The previous code asserts all directories in the package directory are typst packages, but this is not always true. Prints errors once and skips these directories.

Misc

  • Printing version information when starting lsp server in #614
    • Open server log to see the version information of the server. It is usually the first line of the log.

Full Changelog: v0.11.22...v0.11.28