Skip to content

Releases: kovetskiy/mark

v15.4.0

11 Mar 18:41

Choose a tag to compare

Changelog

  • d2717f0 Add Confluence task list renderer for GFM task lists
  • 76c4dfa Bump to go 1.26.1
  • e294a73 Move mention macro into a goldmark-parser/renderer
  • dcd2806 Update README.md
  • 2498b83 build(deps): bump docker/build-push-action from 6 to 7
  • 541e743 build(deps): bump docker/login-action from 3 to 4
  • 529aa63 build(deps): bump docker/setup-buildx-action from 3 to 4
  • 3337dfd build(deps): bump docker/setup-qemu-action from 3 to 4
  • d2f1848 build(deps): bump github.com/bmatcuk/doublestar/v4 from 4.9.2 to 4.10.0
  • 945cb9b build(deps): bump github.com/urfave/cli/v3 from 3.6.2 to 3.7.0
  • ca96113 build(deps): bump golang from 1.25.6 to 1.25.7
  • 816add2 build(deps): bump golang from 1.25.7 to 1.26.0
  • fbb0302 build(deps): bump golang from 1.26.0 to 1.26.1
  • 597854f build(deps): bump golang.org/x/text from 0.33.0 to 0.34.0
  • 2ae4601 build(deps): bump golang.org/x/text from 0.34.0 to 0.35.0
  • 8118314 build(deps): bump goreleaser/goreleaser-action from 6 to 7
  • 8d83ec0 chore: Switch to maintained yaml
  • 99dbcd9 chore: clean up README changes a little bit
  • a0e9594 chore: clean up over-explanations slightly
  • ab2c456 chore: fix comment referring to wrong class
  • c32cd79 feat: add support for '--image-align'
  • 9516939 feat: add support for --content-appearance
  • 4d887bd feat: add support for image dimensions
  • cbc7400 feat: align image rendering with Confluence default
  • 6f18a47 feat: don't add redundant 'height' to images
  • 9795f74 feat: only attempt to parse image attachments
  • ec6a718 feat: throw errors instead of passing unknown aligns through
  • 9c58c36 feat: use 'center' for image widths 760<x<1800
  • de71225 fix d2 test
  • b8decd9 fix mermaid test
  • 875723d fix: trim whitespace when parsing 'content-appearance' flag
  • 8e613c5 style: run gofmt on image_test.go

v15.3.0

19 Jan 10:09

Choose a tag to compare

What's Changed

  • Bump DavidAnson/markdownlint-cli2-action from 21 to 22 by @dependabot[bot] in #698
  • feat: generate Confluence tiny links for relative markdown links by @devantler in #700
  • build(deps): bump github.com/yuin/goldmark from 1.7.13 to 1.7.16 by @dependabot[bot] in #705
  • fix: use canonical base URL from API response for Confluence tiny links by @devantler in #704
  • build(deps): bump github.com/bmatcuk/doublestar/v4 from 4.9.1 to 4.9.2 by @dependabot[bot] in #708
  • build(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 by @dependabot[bot] in #707
  • add view-file template by @hypengw in #709
  • Parse "linenumbers" in code block by @hypengw in #706
  • build(deps): bump github.com/urfave/cli/v3 from 3.6.1 to 3.6.2 by @dependabot[bot] in #712

New Contributors

Full Changelog: v15.2.0...v15.3.0

What's Changed

  • Bump DavidAnson/markdownlint-cli2-action from 21 to 22 by @dependabot[bot] in #698
  • feat: generate Confluence tiny links for relative markdown links by @devantler in #700
  • build(deps): bump github.com/yuin/goldmark from 1.7.13 to 1.7.16 by @dependabot[bot] in #705
  • fix: use canonical base URL from API response for Confluence tiny links by @devantler in #704
  • build(deps): bump github.com/bmatcuk/doublestar/v4 from 4.9.1 to 4.9.2 by @dependabot[bot] in #708
  • build(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 by @dependabot[bot] in #707
  • add view-file template by @hypengw in #709
  • Parse "linenumbers" in code block by @hypengw in #706
  • build(deps): bump github.com/urfave/cli/v3 from 3.6.1 to 3.6.2 by @dependabot[bot] in #712

New Contributors

Full Changelog: v15.2.0...v15.3.0

v15.2.0

08 Dec 21:00

Choose a tag to compare

What's Changed

  • Fix issue with leading/trailing spaces in title by @mrueg in #691
  • Bump golang from 1.25.4 to 1.25.5 by @dependabot[bot] in #693
  • fix: Include scale into the hash by @mrueg in #694
  • Bump github.com/dreampuf/mermaid.go from 0.0.38 to 0.0.39 by @dependabot[bot] in #695
  • Bump golang.org/x/text from 0.31.0 to 0.32.0 by @dependabot[bot] in #696
  • Use mimesniffing to detect text files by @mrueg in #697
  • feature: Add --insecure flag for ignoring tls errors by @dgudim in #692

New Contributors

Full Changelog: v15.1.0...v15.2.0

v15.1.0

28 Nov 13:49

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v15.0.0...v15.1.0

v15.0.0

16 Sep 14:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v14.1.2...v15.0.0

v14.1.2

13 Aug 08:21

Choose a tag to compare

What's Changed

  • Prefix new release tags with v, so they can be used via go tool. #631

  • Bump github.com/bmatcuk/doublestar/v4 from 4.8.1 to 4.9.0 by @dependabot[bot] in #621

  • Bump github.com/dreampuf/mermaid.go from 0.0.29 to 0.0.30 by @dependabot[bot] in #627

  • Bump github.com/yuin/goldmark from 1.7.12 to 1.7.13 by @dependabot[bot] in #628

  • Bump github.com/bmatcuk/doublestar/v4 from 4.9.0 to 4.9.1 by @dependabot[bot] in #626

  • Bump golang.org/x/tools from 0.35.0 to 0.36.0 by @dependabot[bot] in #632

  • Bump github.com/chromedp/chromedp from 0.14.0 to 0.14.1 by @dependabot[bot] in #633

  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #635

  • Bump golang from 1.24.5 to 1.24.6 by @dependabot[bot] in #634

  • Bump github.com/urfave/cli/v3 from 3.3.8 to 3.3.9 by @dependabot[bot] in #636

  • Bump github.com/urfave/cli/v3 from 3.3.9 to 3.4.1 by @dependabot[bot] in #637

Full Changelog: 14.1.1...v14.1.2

14.1.1

11 Jul 19:38

Choose a tag to compare

What's Changed

Full Changelog: 14.1.0...14.1.1

14.1.0

20 Jun 19:00

Choose a tag to compare

What's Changed

  • Bump github.com/urfave/cli/v3 from 3.3.3 to 3.3.8 by @dependabot in #612
  • Support for converting Material for MkDocs' Admonitions to Confluence Info Panels (#40) by @PGlesmann in #564
  • Bump github.com/dreampuf/mermaid.go from 0.0.27 to 0.0.28 by @dependabot in #615

New Contributors

Full Changelog: 14.0.4...14.1.0

14.0.4

12 Jun 11:41

Choose a tag to compare

Full Changelog: 14.0.3...14.0.4

14.0.3

12 Jun 11:30

Choose a tag to compare

What's Changed

  • Initialize D2Scale configuration member by @Oddegamra in #611
  • Install completions with homebrew

New Contributors

Full Changelog: 14.0.2...14.0.3