Skip to content

v6.7.0

Compare
Choose a tag to compare
@inttter inttter released this 25 Sep 21:20
· 4 commits to main since this release

⭐ Badges

  • dd72c38 ⭐ feat(badges): add 2 new badges

    ➕ Added:

    • Confluence (Documentation)
    • Notion (Documentation)

✨ Features

  • b58b28e ✨ feat: support HTML in more commands

    • HTML support has now been added to the copy and add commands! See an example of them both below:

    📋 copy

     mdb copy social discord --html
     # Will copy `<img src="https://img.shields.io/badge/Discord-%235865F2.svg?&logo=discord&logoColor=white" alt="Discord">` to clipboard

    add

     mdb add social discord README.md --html    
     # Will add `<img src="https://img.shields.io/badge/Discord-%235865F2.svg?&logo=discord&logoColor=white" alt="Discord">` to the `README.md` file in the same folder/location that the command is ran in.

📦 Packages

  • d7ebd00 📦 chore(package): Bump cli-spinners from 3.1.0 to 3.2.0 (#50)

🐛 Bugfixes

  • 6f00ca4 🐛 fix!: fix conflict with command name and category name
    • This has been a long-standing bug that I only now discovered. The command documentation and the category name 'documentation' were both conflicting with each other. To solve this, the documentation command now uses docs to specify it, meaning the documentation alias has been removed.