Skip to content

v15.4.0

Choose a tag to compare

@kovetskiy kovetskiy released this 11 Mar 18:41

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