Releases: kovetskiy/mark
Releases Β· kovetskiy/mark
11.3.1
What's Changed
- Feature: Support named excerpts (Cloud only) by @YuriyAM in #526
- Fixed video name handling in 'ac:multimedia' macro by @YuriyAM in #527
- Bump golang from 1.23.2 to 1.23.3 by @dependabot in #528
- Bump golang.org/x/tools from 0.26.0 to 0.27.0 by @dependabot in #529
- Bump DavidAnson/markdownlint-cli2-action from 17 to 18 by @dependabot in #530
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #532
- Bump github.com/dreampuf/mermaid.go from 0.0.19 to 0.0.20 by @dependabot in #531
- Bump golang.org/x/tools from 0.27.0 to 0.28.0 by @dependabot in #534
- Bump golang from 1.23.3 to 1.23.4 by @dependabot in #535
- Bump github.com/dreampuf/mermaid.go from 0.0.20 to 0.0.21 by @dependabot in #536
New Contributors
Full Changelog: 11.3.0...11.3.1
11.3.0
What's Changed
- Bump github.com/yuin/goldmark from 1.7.4 to 1.7.6 by @dependabot in #518
- Bump github.com/bmatcuk/doublestar/v4 from 4.6.1 to 4.7.1 by @dependabot in #517
- Bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5 by @dependabot in #516
- Use query param for label deletion by @Smaug123 in #510
- Bump goldmark to 1.7.8 by @mrueg in #520
- Feat: Use custom heading anchors by @mrueg in #522
New Contributors
Full Changelog: 11.2.0...11.3.0
11.2.0
What's Changed
- *: Reorganize code by @mrueg in #507
- blockquote: Fix invalid access by @mrueg in #512
- Bump golang.org/x/tools from 0.25.0 to 0.26.0 by @dependabot in #513
- Bump golang from 1.23.1 to 1.23.2 by @dependabot in #514
- Bump github.com/dreampuf/mermaid.go from 0.0.18 to 0.0.19 by @dependabot in #515
- Add flag to append hash to pages to ensure unique titles by @pwlandoll in #509
New Contributors
- @pwlandoll made their first contribution in #509
Full Changelog: 11.1.0...11.2.0
11.1.0
11.0.1
Includes a small fix to the multimedia macro.
Full Changelog: 11.0.0...11.0.1
11.0.0
License change
- Switch from Commons Clause v1.0 to Apache 2.0 by @kovetskiy in #487
What's Changed
- Bump golang from 1.22.6 to 1.23.0 by @dependabot in #488
- go.mod: Update dependencies by @mrueg in #498
- Fix error on delete label by @rodcloutier in #497
- Bump golang from 1.23.0 to 1.23.1 by @dependabot in #501
- stdlib: Add multimedia macro by @mrueg in #503
- Use relative links for objects within the same Confluence instance by @monti-python in #477
New Contributors
- @rodcloutier made their first contribution in #497
Full Changelog: 10.0.1...11.0.0
10.0.1
What's Changed
- Bump github.com/dreampuf/mermaid.go from 0.0.16 to 0.0.17 by @dependabot in #475
- Include firstColumn parameter by @mrueg in #476
- Bump github.com/reconquest/karma-go from 1.4.0 to 1.5.0 by @dependabot in #483
- Bump golang.org/x/tools from 0.23.0 to 0.24.0 by @dependabot in #481
- Bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 by @dependabot in #482
- Fix paragraphs by @mrueg in #484
Full Changelog: 10.0.0...10.0.1
10.0.0
What's Changed
- Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 by @dependabot in #470
- Revert "Make references to pages within the same Confluence relative" by @mrueg in #469
- Do not render paragraph tags by @mrueg in #471
- Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #451
- Fix Regex for links that contain square brackets in the text by @mrueg in #472
- Fix links containing an underscore by @mrueg in #473
- Drop legacy pattern check by @mrueg in #474
Full Changelog: 9.13.1...10.0.0
9.13.1
Full Changelog: 9.13.0...9.13.1
9.13.0
What's Changed
- Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 by @dependabot in #441
- Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #440
- Bump golang from 1.22.2 to 1.22.3 by @dependabot in #444
- Bump golang.org/x/tools from 0.20.0 to 0.21.0 by @dependabot in #443
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #442
- fix: ac:jiraissues to use correct format for the urls by @ChrisRu82 in #449
- Bump golang.org/x/tools from 0.21.0 to 0.22.0 by @dependabot in #453
- Bump golang from 1.22.3 to 1.22.4 by @dependabot in #452
- Bump github.com/yuin/goldmark from 1.7.1 to 1.7.2 by @dependabot in #458
- Bump github.com/yuin/goldmark from 1.7.2 to 1.7.3 by @dependabot in #460
- Bump docker/build-push-action from 5 to 6 by @dependabot in #459
- Bump github.com/yuin/goldmark from 1.7.3 to 1.7.4 by @dependabot in #462
- Relative references to pages within the same Confluence instance by @monti-python in #457
- Bump golang from 1.22.4 to 1.22.5 by @dependabot in #465
- Bump golang.org/x/tools from 0.22.0 to 0.23.0 by @dependabot in #464
- feat: add placeholder in plain layout by @lukasriegel in #467
- Change label management to rely on independent rest calls by @camielwnzl in #454
New Contributors
- @ChrisRu82 made their first contribution in #449
- @monti-python made their first contribution in #457
- @lukasriegel made their first contribution in #467
- @camielwnzl made their first contribution in #454
Full Changelog: 9.12.0...9.13.0