Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

49 lines (38 loc) · 1.39 KB

0.10.0

  • Upgrade to Typst 0.11.0
  • Update fonts to be equal with Typst 0.11

0.9.0

  • Upgrade to Typst 0.10.0
  • Remove SVGO dependency
  • SVG output now scales with the line size #39

0.8.0

  • Upgrade to Typst 0.9.0
  • Fix slow loading times #34
  • Add package downloading #10
  • Add file reading on mobile #9

0.7.1

  • Fix wrong paths generated for @local/@preview packages #30

0.7.0

  • Update to Typst v0.8.0
  • Fix not loading on mobile

0.6.0

  • Improve error reporting
  • Upgrade to Typst 0.7.0
  • Add SVG export option
  • Add THEME variable to the preamble.
  • Change output scaling/styling
  • Selected fonts are now written in their fonts
  • Fix (#12)
  • #18

0.5.1

(#11)

  • Renable system font support.
  • Change font settings to be a text input for selective font loading.

0.5.0

  • Update Typst version to 0.6.0
  • Attempt to fix bad canvas output
  • Move compiler to a web worker
  • Rework file reading
  • Add support of reading packages outside of the vault
  • Improve settings appearance (#7)
  • Various bug fixes