Skip to content

v0.3.0

Choose a tag to compare

@filipchristiansen filipchristiansen released this 17 Jun 20:48
· 37 commits to main since this release
1d76da1

What's new in v0.3.0

Added

  • Commit-SHA permalinkspin config option (branch or commit) to embed the current commit SHA in forge URLs instead of a branch name. Azure DevOps uses version=GC<sha> for commits. (#16)
  • Line-anchor translation — canonical #L10 / #L10-L20 fragments in rewritten links are converted to each forge's line-reference syntax (GitHub/Gitea #L10-L20, GitLab #L10-20, Bitbucket #lines-10:20); Azure line anchors are omitted. (#17)
  • enabled toggle (default true, !ENV-aware) to turn link rewriting off, e.g. for faster mkdocs serve. (#18)
  • warn_on_missing (default true) to warn when a ](../path) link target does not exist in the repository; warnings count toward mkdocs build --strict. (#18)

Changed

  • Add the Framework :: MkDocs trove classifier for PyPI discoverability. (#15)

Full changelog: v0.2.0...v0.3.0