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.9.2 -- Content Preivew

23 Nov 13:04
Compare
Choose a tag to compare
  • 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.
  • Bug fix:

    • Scroll to cursor on 2-column documents is now improved.
2023-11-23.18-04-34.mp4

v0.9.1 - Slides Mode

17 Nov 13:54
Compare
Choose a tag to compare

Features:

  • #160: Slides mode is available now! You can enable use typst-preview.preview-slide command.
  • Allow adjust the status bar item

Bug fixes:

  • Previously the Compiling status is never sent to the status bar item. This is now fixed.
  • #183 #128 Various rendering fix.

v0.9.0 - Typst v0.9.0 & Status Indicator

31 Oct 15:44
Compare
Choose a tag to compare
  • Features:
    • Update to typst v0.9.0
    • Add a status indicator in status bar. When compile fails, it becomes red. Clicking on it will show the error message.
image
  • Bug fixes:
    • #143 Scrolling is not that laggy now
    • #159 Fix a clip path bug

v0.8.3

28 Oct 17:27
Compare
Choose a tag to compare
  • Bug fixes:

    • #152 Do not pop up error message when the preview window is closed
    • #156 Fix shaking scrollbar/border
    • #161 #151 Should not panic when the file is not exist
  • Features:

    • #157 Add a rough indicator for the current cursor position in the preview panel. You may enable this in configuration.

v0.8.2

20 Oct 15:22
Compare
Choose a tag to compare
  • 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:

    • #137 Previously preview page might go blank when saving the file
    • #130 Previously you cannot watch a file in /tmp
    • #118 Previously the preview page might flash when you save the file

v0.8.1

24 Sep 14:45
Compare
Choose a tag to compare

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

17 Sep 04:22
Compare
Choose a tag to compare
chore: bump to v0.8.0

v0.7.5

01 Sep 17:44
Compare
Choose a tag to compare
  • Fix #107: now VSCode variables like ${workspaceFolder} can be used in typst-preview.fontPaths.
  • Fix cannot open multiple preview tabs at the same time.

v0.7.4 - Use Without VSCode

29 Aug 15:46
Compare
Choose a tag to compare
  • 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 is typst-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 to false if you found any rendering issue.

v0.7.3

20 Aug 12:45
711ebbd
Compare
Choose a tag to compare

Bugfix: fix a subtle rendering issue, Myriad-Dreamin/typst.ts#306.