Files
obsidian-typst/CHANGELOG.md
2023-10-18 11:26:40 +01:00

34 lines
883 B
Markdown

# 0.7.1
- Fix wrong paths generated for `@local`/`@preview` packages [#30](https://github.com/fenjalien/obsidian-typst/pull/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](https://github.com/fenjalien/obsidian-typst/issues/12))
- [#18](https://github.com/fenjalien/obsidian-typst/pull/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