Skip to content

Version 1.0.0 (November 10th 2025)

Latest

Choose a tag to compare

@havarddj havarddj released this 10 Nov 08:28
· 5 commits to main since this release

First stable version, now available from Melpa!

Typst-preview.el now has slightly better backwards-compatibility, thanks to @epireyn. However, as mentioned in v1.0.0.alpha.2, there are a couple of breaking changes:

  1. Internal symbols tp--... are changed to typst-preview--... to conform to standard emacs package conventions. In particular, this applies to the buffer-local variables tp--master-file, which needs to be changed in relevant buffers.
  2. Some options for typst-preview-browser were removed, since one can set browse-url-browser-function manually if one wants a non-default external browser. The internal emacs options (xwidget and eaf-browser) are unchanged.
  3. Tests were moved to the test/ directory to prevent from being included in the melpa package.