Releases: kovetskiy/mark
v15.0.0
What's Changed
- Drop cloudscript support for mermaid by @mrueg in #638
- Bump golang from 1.24.6 to 1.25.0 by @dependabot[bot] in #640
- Bump github.com/dreampuf/mermaid.go from 0.0.30 to 0.0.32 by @dependabot[bot] in #643
- Bump oss.terrastruct.com/d2 from 0.7.0 to 0.7.1 by @dependabot[bot] in #641
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #646
- Bump github.com/dreampuf/mermaid.go from 0.0.32 to 0.0.33 by @dependabot[bot] in #647
- Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #652
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #653
- Bump golang from 1.25.0 to 1.25.1 by @dependabot[bot] in #656
- Add support for using the filename as the page title by @dverheijden in #650
- Bump golang.org/x/tools from 0.36.0 to 0.37.0 by @dependabot[bot] in #657
- feature: add Server param to Jira ticket template by @MatyiFKBT in #655
- Fix sigsegv by @mrueg in #659
New Contributors
- @dverheijden made their first contribution in #650
- @MatyiFKBT made their first contribution in #655
Full Changelog: v14.1.2...v15.0.0
v14.1.2
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
What's Changed
- Bump golang from 1.24.4 to 1.24.5 by @dependabot[bot] in #616
- Bump golang.org/x/tools from 0.34.0 to 0.35.0 by @dependabot[bot] in #618
- Document admonitions feature by @mrueg in #617
- Bump github.com/dreampuf/mermaid.go from 0.0.28 to 0.0.29 by @dependabot[bot] in #619
Full Changelog: 14.1.0...14.1.1
14.1.0
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
- @PGlesmann made their first contribution in #564
Full Changelog: 14.0.4...14.1.0
14.0.4
Full Changelog: 14.0.3...14.0.4
14.0.3
What's Changed
- Initialize D2Scale configuration member by @Oddegamra in #611
- Install completions with homebrew
New Contributors
- @Oddegamra made their first contribution in #611
Full Changelog: 14.0.2...14.0.3
14.0.2
14.0.0 and 14.0.1 did report back as 13.0.0, so re-release this as 14.0.2.
Breaking changes
- Default config is now
~/.config/mark.tomlinstead of~/.config/mark - Arguments with underscore as well as config keys with underscores are removed. Use the hyphenated versions.
What's Changed
- Only use hyphenated versions of config keys by @mrueg in #606
- Bump golang from 1.24.3 to 1.24.4 by @dependabot in #607
- Bump golang.org/x/tools from 0.33.0 to 0.34.0 by @dependabot in #608
- fix: Config loading from file by @mrueg in #609
- fix: when using confluence cloud (with prefix) the /wiki keeps getting removed by @patrick330602 in #603
New Contributors
- @patrick330602 made their first contribution in #603
Full Changelog: 13.0.0...14.0.2
14.0.1
14.0.0 did report back as 13.0.0, so re-release this as 14.0.1.
Breaking changes
- Default config is now
~/.config/mark.tomlinstead of~/.config/mark - Arguments with underscore as well as config keys with underscores are removed. Use the hyphenated versions.
What's Changed
- Only use hyphenated versions of config keys by @mrueg in #606
- Bump golang from 1.24.3 to 1.24.4 by @dependabot in #607
- Bump golang.org/x/tools from 0.33.0 to 0.34.0 by @dependabot in #608
- fix: Config loading from file by @mrueg in #609
- fix: when using confluence cloud (with prefix) the /wiki keeps getting removed by @patrick330602 in #603
New Contributors
- @patrick330602 made their first contribution in #603
Full Changelog: 13.0.0...14.0.1
14.0.0
Breaking changes
- Default config is now
~/.config/mark.tomlinstead of~/.config/mark - Arguments with underscore as well as config keys with underscores are removed. Use the hyphenated versions.
What's Changed
- Only use hyphenated versions of config keys by @mrueg in #606
- Bump golang from 1.24.3 to 1.24.4 by @dependabot in #607
- Bump golang.org/x/tools from 0.33.0 to 0.34.0 by @dependabot in #608
- fix: Config loading from file by @mrueg in #609
- fix: when using confluence cloud (with prefix) the /wiki keeps getting removed by @patrick330602 in #603
New Contributors
- @patrick330602 made their first contribution in #603
Full Changelog: 13.0.0...14.0.0
13.0.0
Major changes:
- Add d2 support
- Migrate to urfave/cli/v3
- Deprecate mermaid via cloudscript (mermaid.go will be the only solution in 14.x and later)
What's Changed
- Bump github.com/yuin/goldmark from 1.7.8 to 1.7.9 by @dependabot in #584
- Bump github.com/yuin/goldmark from 1.7.9 to 1.7.10 by @dependabot in #585
- Bump to go 1.24 by @mrueg in #586
- Bump github.com/yuin/goldmark from 1.7.10 to 1.7.11 by @dependabot in #589
- Bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #590
- Bump golang from 1.24.2 to 1.24.3 by @dependabot in #592
- Bump golang.org/x/tools from 0.32.0 to 0.33.0 by @dependabot in #591
- Bump DavidAnson/markdownlint-cli2-action from 19 to 20 by @dependabot in #595
- Bump github.com/yuin/goldmark from 1.7.11 to 1.7.12 by @dependabot in #596
- Fix #594 by @mrueg in #597
- Migrate to urfave/cli/v3 by @mrueg in #598
- Add support for d2lang by @mrueg in #601
- Bump github.com/chromedp/chromedp from 0.13.3 to 0.13.6 by @dependabot in #602
Full Changelog: 12.2.0...13.0.0