What's Changed
- Added URW Gothic font
- Added Deno support
- Updated
.html
export format- This format contains a
.html
file that should closely resemble the original document. - This should be useful for converting
.pdf
files to a format that can be displayed natively in the browser.
- This format contains a
- Added experimental
.txt
import format- For obvious reasons, importing
.txt
files will not work with most operations. - This mode is currently exclusively useful for development/debugging purposes and making basic
.pdf
files from.txt
files.
- For obvious reasons, importing
- Performance improvements to PDF exports
- Various refactoring and minor updates.
Full Changelog: v0.8.0...v0.9.0