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.10.9

10 Mar 09:53
Compare
Choose a tag to compare
Add v0.10.9 to make vscode happy

v0.10.8 -- Drag to Scroll & Touchpad Fix

19 Feb 13:23
Compare
Choose a tag to compare
  • Features:
    • Add favicon when opening the preview in browser (#239)
    • Add drag to scroll. You can now drag the preview panel to scroll.
  • Bug fixes:
    • fix sensitive scale on touchpad (#244)
    • The vscode extension will check the server version before starting.
  • Misc:
    • Add async tracing and add a new command typst-preview.showAwaitTree to copy the async tree to clipboard. This is useful for debugging.
    • Add split debug symbol for the server.

v0.10.7 -- Dark Mode & Accurate Jump

25 Jan 12:12
Compare
Choose a tag to compare
  • Features:
    • Jump to source is more accurate now.
    • Add a config to invert color in preview panel. See typst-preview.invertColors.
    • Allow config scroll sync mode. See typst-preview.scrollSync
    • (Experimental) Improve cursor indicator.

v0.10.6 -- fix desync

17 Jan 15:36
Compare
Choose a tag to compare

- Bug fixes:

  • fix a bug which cause the preview panel no longer updates as you type

v0.10.5 -- perf improvement

13 Jan 16:26
Compare
Choose a tag to compare

Bug fixes:

  • fix a bug that fails to incrementally rendering pages with transformed content
  • fix #141: glyph data desync problem, corrupting state of webview typically after your editor hibernating and coming back.

Features:

  • performance is now improved even further. We now use a more efficient way to render the document.

v0.10.4

05 Jan 20:27
Compare
Choose a tag to compare

v0.10.4

  • Bug fixes:

    • Fix open in browser. It's broken in v0.10.3.
  • Features:

    • Improve incremental rendering performance.

v0.10.3 - perf gain & lsp integration

01 Jan 15:20
Compare
Choose a tag to compare

v0.10.3

  • Bug fixes:

    • Thanks to new rendering technique, scrolling in no longer laggy on long document.
  • Features:

    • We now automatically declare the previewing file as entrypoint when typst-preview.pinPreviewFile is set to true. This is like the eye icon in webapp. This should improve diagnostic messages for typst lsp. You can enable this by setting typst-preview.pinPreviewFile to true.

v0.10.2

18 Dec 16:36
Compare
Choose a tag to compare

v0.10.2

  • Bug fixes:
    • fix horizontal scrolling

v0.10.1

17 Dec 06:26
Compare
Choose a tag to compare
  • Features:

    • Improve thumbnail side panel and outline. Now it is clickable and you can jump to the corresponding page.
  • Bug fixes:

    • Improve performance for outline generation.

v0.10.0

05 Dec 15:12
6d5ddeb
Compare
Choose a tag to compare
  • Features:
    • Bump to typst v0.10.0