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.10.9
Add v0.10.9 to make vscode happy
v0.10.8 -- Drag to Scroll & Touchpad Fix
- 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.
- Add async tracing and add a new command
v0.10.7 -- Dark Mode & Accurate Jump
- 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
- Bug fixes:
- fix a bug which cause the preview panel no longer updates as you type
v0.10.5 -- perf improvement
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
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
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 totrue
. This is like the eye icon in webapp. This should improve diagnostic messages for typst lsp. You can enable this by settingtypst-preview.pinPreviewFile
totrue
.
- We now automatically declare the previewing file as entrypoint when
v0.10.2
v0.10.2
- Bug fixes:
- fix horizontal scrolling
v0.10.1
-
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
- Features:
- Bump to typst v0.10.0