Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Releases: Enter-tainer/typst-preview

v0.7.2 - Performance Improvement

20 Aug 02:28
Compare
Choose a tag to compare
  • 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

16 Aug 02:21
Compare
Choose a tag to compare

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

09 Aug 02:24
155ecca
Compare
Choose a tag to compare

What's Changed

  • Sync with upstream: bump to typst v0.7.0
  • Bug fixes
    • #77 #75: Previously arm64 devices will see a blank preview. This is now fixed.
    • #74: Previously when you open a file without opening in folder, the preview will not work. This is now fixed.

Full Diff: v0.6.4...v0.7.0

v0.6.4 - Partial Rendering

06 Aug 10:18
f1a85dc
Compare
Choose a tag to compare

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

29 Jul 17:21
Compare
Choose a tag to compare
bump version to v0.6.3

v0.6.2

25 Jul 02:17
Compare
Choose a tag to compare
bump to v0.6.2

v0.6.1

14 Jul 14:27
Compare
Choose a tag to compare
chore: bump to v0.6.1

v0.6.0

06 Jul 07:27
Compare
Choose a tag to compare
chore: lock typst version

v0.5.1

30 Jun 07:53
Compare
Choose a tag to compare
chore: bump version to v0.5.1

v0.5.0

10 Jun 13:29
Compare
Choose a tag to compare
chore: upgrade to typst 0.5.0 (#40)