Skip to content

Releases: solworktech/mdtopdf

v2.2.13

05 Mar 23:57
Compare
Choose a tag to compare

Changelog

  • b142e71 Document --version option
  • 2ca38c5 Output commit hash and build time in addition to version

v2.2.12

05 Mar 23:42
Compare
Choose a tag to compare

Changelog

  • 19312e0 Added --version flag
  • 3544e4c Include man page
  • df73357 declare syntax files as "config|noreplace"

v2.2.11

12 Feb 00:25
Compare
Choose a tag to compare

Changelog

  • First release of Deb and RPM packages
  • 86fa9aa md2pdf.go: check for syntax files under /usr/share/mdtopdf/syntax_files, which is where the Deb and RPM packages place them

v2.2.10

11 Feb 23:51
Compare
Choose a tag to compare

Changelog

v2.2.8

11 Feb 19:54
Compare
Choose a tag to compare

Changelog

  • 3796f64 Adjust usage to reflect custom theme option
  • 2b9d9df reference v2 in README and md2pdf

v2.2.7

10 Feb 22:46
28508de
Compare
Choose a tag to compare

Changelog

v2.2.6

20 Dec 20:58
Compare
Choose a tag to compare

Changelog

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