Releases: solworktech/mdtopdf
Releases · solworktech/mdtopdf
v2.2.11
v2.2.10
v2.2.8
v2.2.7
Changelog
- ed10c42 - Committed theme templates - Documented custom themes in README - Fixed linting issues in go.yml (CI)
- 12cbea5 - Remove references to BlackFriday (see https://github.com/mandolyte/mdtopdf/pull/41/files)
- 3aa52c0 Add goreportcard badge.
- 28508de Merge pull request #64 from solworktech/customisable-themes
- a382688 More README edits
- c120f7e README updates (added list of features)
- 32edd0c Support custom themes (by passing a JSON file).
- 3dff8e5 Update README.md
v2.2.6
Changelog
- cda5671 Disabling import check pro tem as I'm getting: go: golang.org/x/tools/cmd/goimports@latest (in golang.org/x/tools@v0.27.0): go.mod:3: invalid go version '1.22.0': must match format 1.23 in GH Actions.
- 9e281b2 Disabling import check pro tem:
- 92f4efd Note about pre-built binaries
- 3bbd228 Note about pre-built binaries
- 220678b README
- cfd6d52 Upgrade github.com/gomarkdown/markdown version See https://github.com/mandolyte/mdtopdf/security/dependabot/7
- 3bbddfe Upgrade golang.org/x/net to 0.33.0 See https://github.com/mandolyte/mdtopdf/security/dependabot/8
v2.2.5
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