Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 05:03
· 17 commits to main since this release

🎯 Rebrand from bmdf to mdcmd

  • Package name changed to better reflect primary use case
  • All functionality preserved (bmd, bmdf, bmdff, bmdfff, mdcmd, toc, mktoc)
  • Repository URLs updated to github.com/runsascoded/mdcmd

🏗️ Architecture improvements

  • TOC functionality moved to independent top-level package
  • Markdown lists now first-class block type in mdcmd
  • Removed special-case handling for toc command
  • mktoc simplified to thin wrapper around mdcmd -x '^toc$'

📝 Enhanced documentation

  • Line-numbered links to raw README sections
  • toc command now has proper --help and click interface

🧪 Better test coverage

  • Tests for new markdown-list-block handling
  • Tests for toc command integration
  • Tests for mktoc compatibility wrapper

This is the first release under the mdcmd name. Future bmdf releases will include migration guidance.

Full Changelog: v0.6.2...v0.7.0