Skip to content

Releases: masawada/mdp

v0.4.0

09 Mar 16:41
Immutable release. Only release title and notes can be modified.
a4fcfdd

Choose a tag to compare

What's Changed

  • Bump actions/setup-go from 6.2.0 to 6.3.0 by @dependabot[bot] in #38
  • Bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0 by @dependabot[bot] in #39
  • Bump go version to 1.25.8 to fix govulncheck vulnerabilities by @masawada in #42
  • Fix trap overwrite in e2e/run.sh to clean up all temp directories by @masawada in #41
  • Add footnote extension support by @masawada in #43
  • Add hard_wraps config option by @masawada in #44
  • Add unsafe config option by @masawada in #45

Full Changelog: v0.3.3...v0.4.0

v0.3.3

27 Feb 09:16
Immutable release. Only release title and notes can be modified.
09684c5

Choose a tag to compare

What's Changed

  • Fix deprecated archives.format in goreleaser config by @masawada in #33
  • Exclude gosec taint analysis rules (G703, G705) for CLI tool by @masawada in #36
  • Bump Songmu/tagpr from 1.15.0 to 1.17.0 by @dependabot[bot] in #35
  • Update installation section in README by @masawada in #37

Full Changelog: v0.3.2...v0.3.3

v0.3.2

07 Feb 04:31
Immutable release. Only release title and notes can be modified.
4008257

Choose a tag to compare

What's Changed

  • Bump actions/setup-go from 6.1.0 to 6.2.0 by @dependabot[bot] in #23
  • Bump Songmu/tagpr from 1.11.0 to 1.12.1 by @dependabot[bot] in #24
  • Bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #25
  • Bump Songmu/tagpr from 1.12.1 to 1.14.0 by @dependabot[bot] in #27
  • Bump Songmu/tagpr from 1.14.0 to 1.15.0 by @dependabot[bot] in #28
  • Replace panic with error returns in config package by @masawada in #29
  • Add errorf helper method to reduce error output boilerplate in cli by @masawada in #30
  • Optimize rendering process by reusing goldmark instance and deduplicating convert logic by @masawada in #31
  • Deduplicate config loading in CLI by @masawada in #32

Full Changelog: v0.3.1...v0.3.2

v0.3.1

11 Jan 08:15
Immutable release. Only release title and notes can be modified.
256fbd2

Choose a tag to compare

What's Changed

  • Bump github.com/yuin/goldmark from 1.7.13 to 1.7.16 by @dependabot[bot] in #20
  • Bump Songmu/tagpr from 1.10.0 to 1.11.0 by @dependabot[bot] in #19

Full Changelog: v0.3.0...v0.3.1

v0.3.0

20 Dec 05:08
Immutable release. Only release title and notes can be modified.
18a4bfc

Choose a tag to compare

What's Changed

  • Bump Songmu/tagpr from 1.9.1 to 1.10.0 by @dependabot[bot] in #16
  • Add title extraction support for theme templates by @masawada in #18

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

14 Dec 04:25
Immutable release. Only release title and notes can be modified.
dac809d

Choose a tag to compare

What's Changed

  • Add config path fallback to $HOME/.config and support .yml extension by @masawada in #9
  • Update README with installation and config documentation by @masawada in #11
  • Fix tilde expansion for output_dir config by @masawada in #12
  • Run tests in Docker to isolate from local config by @masawada in #13
  • Add --watch flag for automatic regeneration on file changes by @masawada in #14
  • Specify MIT License for this project by @masawada in #15

Full Changelog: v0.1.1...v0.2.0

v0.1.1

13 Dec 16:01
Immutable release. Only release title and notes can be modified.
5b4fb73

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1