Skip to content

Releases: inttter/mdbadges-cli

v5.2.2

01 May 19:18
Compare
Choose a tag to compare

🧹 Chores

  • 118e510 🧹 chore: remove spellchecking

📝 Documentation

  • 085b9c5 📝 docs(readme): simplify introduction

🐛 Bugfixes

v5.5.1

23 Apr 17:34
Compare
Choose a tag to compare

🧹 Chores

  • 24d1e75 🧹 chore: improve visibility of help message command example
  • 2b91392 🧹 chore: remove deprecated link

🐛 Bugfixes

  • 569335d 🐛 fix(badges): use correct Odin badge
    • Had to use custom-icon-badges for the badge, since there is no Simple Icons logo.
    • Moved The Odin Project to Education - now defined as mdb education the-odin-project

v5.5.0

22 Apr 16:46
Compare
Choose a tag to compare

⭐ Badges

  • d4ca2a0 ✨ feat(badges): add 8 new badges

    The total badges is now 453! Click here to view them all: - Elm
    • Erlang - erlang

    • F# - f-sharp

    • Fortran - fortran

    • OCaml - ocaml

    • Odin - odin

    • Scratch - scratch

    • WebAssembly - webassembly

  • d4ca2a0 💥 gnu-bash is now bash

♻️ Refactors

  • 77b314a ♻️ refactor(docs): use link definitions

🧹 Chores

  • 8828d77 🧹 chore: organise link definitions
  • 4bd8d88 📝 chore(docs): fix alignments

v5.4.6

05 Apr 14:24
Compare
Choose a tag to compare

🧹 Chores

  • 9e854d2 🧹 chore: get logo image from github cdn

    • In turn, removes the need for the assets/ folder, so its been removed. Should reduce the size by about ~15KB.
  • 0b156c6 🧹 chore: improve spacing of badge code outputs

  • 53bdc4e 🧹 chore(package.json): add bugs url

🐛 Bugfixes

  • 3b154ba 🐛 fix(update): fix wrong version being shown after update completion

v5.4.5

02 Apr 11:35
Compare
Choose a tag to compare

🧹 Chores

  • e287cc0 ♻️ refactor: use \n for new lines
  • 4c3dba9 🧹 chore: update GitBook link to badge list

🐛 Bugfixes

  • 06ab303 🐛 fix(badges): fix Preact badge

v5.4.4

28 Mar 21:13
Compare
Choose a tag to compare

⭐ Badges

  • 33de281 ✨ feat(badges): add 7 new badges

    A total of 7 new badges were added in this release, increasing the total to 445! Click here to view them all:

    🌐 Browser

    • ✨ Opera GX - opera-gx

    📝 Documentation

    • ✨ Readme - readme

    🖼️ Framework:

    • ✨ Preact - preact
    • ✨ React Query - react-query
    • ✨ React Router - react-router

    🧑‍💻 Programming Language

    • ✨ V - v
    • ✨ YAML - yaml

🧹 Chores

  • 5684407 🧹 chore(badges): update Bard to Gemini

v5.4.3

21 Mar 19:52
Compare
Choose a tag to compare

🧹 Chores

  • 8c64c81 🚀 chore(misc): show version installed after update

  • 0fc8d00 🧹 chore(add): remove extra line below badge in file

    <!-- Before !-->
    
    [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?&logo=discord&logoColor=white)](#)
    <!-- Extra line would be here !-->
    <!-- After !-->
    
    [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?&logo=discord&logoColor=white)](#)

    Essentially, it will no longer create a new line below the line the badge is on as well after running the add command.

📝 Documentation

  • ceccf30 📝 chore(docs): update documentation link in feature list

    • Also updated the description of the package and a few text adjustements.

The docs have also been updated!

v5.4.2

18 Mar 18:20
Compare
Choose a tag to compare

📦 Packages

  • c8ae25a 📦 chore(package): Bump axios from 1.6.7 to 1.6.8
    • Also bumps follow-redirects in the process, which Axios includes. Resolves GHSA-cxjh-pqwp-8mfp.

🧹 Chores

  • 6468f9b 🧹 chore(update): do not instruct to run mdb update
  • 1a99e97 🧹 chore(create): match colors with other badge code outputs
  • b9312ff ♻️ chore(link): update --link prompts to use inquirer

📝 Documentation

  • 4d1a4e2 📝 feat(docs): add Committing section
  • 77a9ded 📝 docs: update additional info of "update" command

v5.4.1

17 Mar 16:09
Compare
Choose a tag to compare

♻️ Refactors

  • 3ff08ce ♻️ refactor: simplify & fix update command
    • There were too many issues, so I decided to just streamline it way more, basically to what it was before. Now, you only need to run mdb update, and if there is an update, you'll be notified and prompted if you want to update.

I know it says "Run mdb update to update", that will be changed in a later (probably next) release.

v5.4.0

17 Mar 14:59
Compare
Choose a tag to compare

💥 Breaking

  • 0e7d913 💥 chore(badges)!: shorten cloud-storage to storage
  • f2c8e54 💥 chore(badges)!: shorten cloud-system to cloud
# new syntax examples
mdb cloud aws
mdb storage mega

⭐ Badges

  • cd2531b ✨ feat(badges): add 10 new badges

    A total of 10 new badges were added in this release, increasing the total to 438! Click here to view them all:

    ⛈️ Database:

    • ✨ Supabase - supabase

    🎓 Education:

    • ✨ MDN Web Docs - mdn-web-docs

    🖼️ Framework:

    • ✨ Hono - hono
    • ✨ Remix - remix

    📱 Social:

    • ✨ Bilibili - bilibili
    • ✨ BeReal - bereal
    • ✨ Codeberg - codeberg
    • ✨ GitLab - gitlab
    • ✨ Product Hunt - product-hunt

    🫸 Static Site:

    • ✨ GitHub Pages - github-pages

🧹 Chores

  • 40257eb 🚀 chore(warning): link to release directly

📝 Documentation

  • ad68cab 📝 docs: update category list
  • ad9cff4 📝 docs(contributing): redo Styling section