Skip to content

Releases: mandolyte/mdtopdf

v2.2.5

15 Jul 14:38
3104889
Compare
Choose a tag to compare

Changelog

  • 48d48ee As of Go 1.16, ioutil.ReadAll is deprecated and simply calls io.ReadAll (See #58 (comment))
  • 7265296 Use latest golang.org/x/exp version
  • 29905d1 Do not create trace/log file by default

v2.2.4

04 Jul 13:07
57ebc99
Compare
Choose a tag to compare

Changelog

v2.2.3

10 Nov 13:50
Compare
Choose a tag to compare

Support scandir for MD files. See #48

v2.2.2

02 Nov 21:58
8f4b731
Compare
Choose a tag to compare

See #50

v2.2.1

22 Sep 23:34
34af9a0
Compare
Choose a tag to compare

Upgrades to latest go-pdf version.

Thanks @jessp01

v2.2.0

09 Sep 16:33
a886adb
Compare
Choose a tag to compare

Thanks to @jessp01

v2.1.0

26 Aug 13:28
5e839e3
Compare
Choose a tag to compare

Contributed by @jessp01, this change updates the handling of images retrieved via their URLs.

v2.0.0

17 Aug 11:40
595c98a
Compare
Choose a tag to compare

First, thanks to @jessp01 who contributed these changes.

Second, I decided to make this a v2 release because of the switch of the underlying markdown parser. Hopefully, users will not detect any changes, but nonetheless, this is a major update... even if the API has not broken.

v1.5.3

04 Aug 10:55
9319a5f
Compare
Choose a tag to compare

contributed by @jessp01

v1.5.2

03 Aug 21:50
513b03f
Compare
Choose a tag to compare

Contributions from @jessp01

  • Support processing of SVG images (using github.com/canhlinh/svg2png)
  • Revisions following various go linter suggestions
  • Support for passing a path to log/trace file in md2pdf
  • GH actions CI
  • Goreleaser config
  • Update gohighlight submodule
  • README note on submodule