Skip to content

Releases: JacobCrabill/zigdown

Release refs/tags/v1.2.0

13 Dec 00:41

Choose a tag to compare

Automated release for tag refs/tags/v1.2.0

Release refs/tags/v1.1.2

26 Nov 22:05

Choose a tag to compare

Automated release for tag refs/tags/v1.1.2

Release v1.1.1

14 Nov 21:57

Choose a tag to compare

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

15 Oct 21:22

Choose a tag to compare

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 html and body tags) 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 fzf preview.

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

31 Aug 21:28

Choose a tag to compare

Automated release for tag refs/tags/v1.0.2

Release refs/tags/v1.0.0

25 Aug 01:46

Choose a tag to compare

Automated release for tag refs/tags/v1.0.0