This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
Releases: Enter-tainer/typst-preview
Releases Β· Enter-tainer/typst-preview
v0.7.2 - Performance Improvement
- Bug fixes:
- #79: We now put typst compiler and renderer in a dedicate thread. Therefore we should get more stable performance.
- #78: Currently only the latest compile/render request is processed. This should fix the problem where the preview request will queue up when you type too fast and the doc takes a lot of time to compile.
- #81: We now use a more robust way to detect the whether to kill stale server process. This should fix the problem where the when preview tab will become blank when it becomes inactive for a while.
- #87: Add enum description for
typst-preview.scrollSync
. Previously the description is missing.
Full Changelog: v0.7.1...v0.7.2
v0.7.1 - VSCode Remote Support
Bug fixes:
- fix #41. It is now possible to use Typst Preview in VSCode Remote.
- fix #82. You can have preview button even when typst-lsp is not installed.
Misc: We downgrade the ci image for Linux to Ubuntu 20.04. This should fix the problem where the extension cannot be installed on some old Linux distros.
Full Diff: v0.7.0...v0.7.1
v0.7.0 - Typst v0.7.0
v0.6.4 - Partial Rendering
What's Changed
- Rename to Typst Preview.
- Add page level partial rendering. This should improve performance on long document. This is an experimental feature and is disabled by default. You can enable it by setting
typst-preview.partialRendering
to true. - The binary
typst-preview
now can be used as a standalone typst server. You can use it to preview your document in browser. For example:typst-preview ./assets/demo/main.typ --open-in-browser --partial-rendering
- Fix #70: now you can launch many preview instances at the same time.
Full Diff: v0.6.3...v0.6.4
v0.6.3
bump version to v0.6.3
v0.6.2
bump to v0.6.2
v0.6.1
chore: bump to v0.6.1
v0.6.0
chore: lock typst version
v0.5.1
chore: bump version to v0.5.1
v0.5.0
chore: upgrade to typst 0.5.0 (#40)