Skip to content

v6.4.1

Compare
Choose a tag to compare
@inttter inttter released this 07 Jul 14:12
· 56 commits to main since this release

πŸ’₯ Breaking

  • 3132663 πŸ’₯ BREAKING: remove about command

✨ Features

  • cd30550 ✨ feat(search): readd lookup as an alias
    • Running mdb lookup will give you the same logic as mdb search.

♻️ Refactors

  • a174de6 ♻️ refactor(search): use a better method of fuzzy search

    • Should yield better search results in most instances.
  • 151d9ad ♻️ refactor: use Fuse.js to find similar badges

πŸ› Bugfixes

  • 8a88b54 πŸ› fix(search): don't allow an empty field for keyword prompt
  • adcad3c πŸ› fix: show invalid style warning when other options are used
  • b9c462a πŸ› fix: readd cancellation to similar badge prompt