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.9.2 -- Content Preivew
-
Features:
- You can now enable a preview panel in the sidebar. See
typst-preview.showInActivityBar
.
slides.mp4
- A new keybinding is added. You can trigger preview by using
Ctrl
/Cmd
+k
v
now.
- You can now enable a preview panel in the sidebar. See
-
Bug fix:
- Scroll to cursor on 2-column documents is now improved.
2023-11-23.18-04-34.mp4
v0.9.1 - Slides Mode
v0.9.0 - Typst v0.9.0 & Status Indicator
v0.8.3
v0.8.2
-
Features:
- #142 The scroll position of the preview panel is now preserved when you switch between tabs.
- #133 We now provide a button to show log when the server crashes. This should make debugging easier. You may also use the command
typst-preview.showLog
to show the log. - #129 A
--version
flag is now provided in the cli
-
Bug fixes:
v0.8.1
Bug fixes:
#121: Disable darkreader for preview panel. This should fix the problem where the preview panel is invisible when darkreader is installed in the browser.
#123: Fix a VDOM bug which may cause color/clip-path desync.
#124: Fix a race condition which may cause the webview process messages out of order, resulting in blank screen.
#125: Resizing the preview panel is not that laggy now.
Features:
#120: We now show page breaks and center pages horizontally. By default we will choose the vscode-sideBar-background color as the page break color. If it is not distinguishable from white, we will use rgb(82, 86, 89) instead.
v0.8.0
chore: bump to v0.8.0
v0.7.5
v0.7.4 - Use Without VSCode
- Typst Preview Book is now available at https://enter-tainer.github.io/typst-preview/ ! You can find the documentation of Typst Preview there.
- Improved standalone usage: Use
typst-preview
without VSCode now becomes easier. All you need istypst-preview --partial-rendering cool-doc.typ
. Take a look at https://enter-tainer.github.io/typst-preview/standalone.html - Upgrade to typst.ts 0.4.0-rc2. This fixes a subtle incremental parsing bug.
- Partial rendering is now enabled by default. This should improve performance on long document. You can disable it by setting
typst-preview.partialRendering
tofalse
if you found any rendering issue.
v0.7.3
Bugfix: fix a subtle rendering issue, Myriad-Dreamin/typst.ts#306.