Releases: JacobCrabill/zigdown
Releases · JacobCrabill/zigdown
Release refs/tags/v1.2.0
Automated release for tag refs/tags/v1.2.0
Release refs/tags/v1.1.2
Automated release for tag refs/tags/v1.1.2
Release v1.1.1
This release contains mostly bug fixes to list parsing and Lua scripts, with some small new features like using <video> tags in HTML if an image source points to a .mp4 or .ogg file.
Release v1.1.0
This release technically contains some breaking API changes, but they are very minor, hence the minor version bump.
New features:
- The HtmlRenderer can now optionally generate only the body of an HTML document (leaving out the
htmlandbodytags) to play better with your own custom HTML templates - The ConsoleRenderer can be told to not fetch images from the internet (saving much time in the process). This means you can practically guarantee that any document rendered to the console will take just a handful of ms - useful for things like a
fzfpreview.
Bug Fixes:
- Fixed some Lua-related issues
- Fixed underscore-related italic toggling
- Fix some error messages that are really debug messages
- Remove dead code
Release refs/tags/v1.0.2
Automated release for tag refs/tags/v1.0.2
Release refs/tags/v1.0.0
Automated release for tag refs/tags/v1.0.0