Skip to content

Releases: inttter/mdbadges-cli

v4.1.2

24 Jan 20:03
Compare
Choose a tag to compare

This update is quite good in terms of usefulness. Have a read!

Breaking Changes

  • 3accb56 🦺 feat: add hexadecimal validation
    • Colors like "blue", "red", "yellow", etc... are no longer supported.
    • You can type your hexadecimal with or without a # at the start (e.g. #FFFFFF and FFFFFF will both work)

Features

  • 6bdafe6 ✨ feat: add support for links in main command

Miscellaneous

  • c7ebdda 🎨 chore: move search command back into main file

  • 033a22b 🔥 docs(readme): remove demo video

  • bd04ac9 👷 config: update dependabot to check every saturday

v4.1.1

23 Jan 22:26
Compare
Choose a tag to compare

This is a small update, but one nonetheless!

Probably gonna slow down on releases as I'm in exam week, but here's the changelog:

Features

  • 290cdc1 ✨ feat: add abt alias to about command

Miscellaneous

  • ad3d2fe 💎 style(readme): combine npm and Yarn install commands
  • 985b25c ✏️ text: change description
  • 04b1ef9 ✏️ text: shorten contributing url
  • 93c139a 👷 config: update dependabot to check weekly

v4.1.0

22 Jan 19:04
Compare
Choose a tag to compare

Another few pretty big changes, this time for categories!

Breaking Changes

  • dbf2059, 14b589e, dab7275 🔨 refactor!: change some badge names to be shorter
    • ide-code-editor is now code-editor
    • collaboration-tools is now collaboration
    • gaming-storefront is now game-stores
    • programming-languages is now programming
    • artificial-intelligence is now ai
    • operating-system is now os

Features

  • c6b546b ✨ feat: add u alias to update command

v4.0.0

21 Jan 14:13
Compare
Choose a tag to compare

Afternoon! This one is quite big in terms of changes.
It is strongly recommended to read the breaking changes.

Breaking Changes

  • a07e61b 🔨 refactor!: update badge list
    • This was done as md-badges had these changes too, so I'm carrying them over to the NPM package now.
    • You can see a full list of changes by clicking on ♻️ Updates below.
♻️ Updates

Categories:

  • web-technology Category has been removed.
  • ide-code-editors is now code-editors

Badges:

  • react native is now react-native
  • itch_io is now itch-io
  • intellij_idea is now intellij-idea
  • netbeans_ide is now netbeans-ide
  • notepad_plus_plus is now notepad-pp (haha)
  • python_idle is now python-idle
  • sublime_text is now sublime-text
  • visual_studio is now visual-studio
  • visual_studio_code is now visual-studio-code
  • note: i plan on updating visual-studio-code to vscode, or supporting both. keep an eye out.

Badges Added:

  • Bitcoin Cash
  • Bitcoin SV
  • Stellar
  • Neovim
  • JSON
  • Proton Mail

Badges Changed (adjustments, no breaking changes):

  • DEV.TO -> Dev.to
  • Safari
  • Firebase (Cloud Systems)
  • Stellar
  • MySQL
  • PayPal
  • Ember -> Ember.js
  • TailwindCSS -> Tailwind CSS
  • Tumblr (Social Media)

Packages

  • 666625a 📦 package: bump inquirer to 8.2.6

Miscellaneous

  • f751e13 🔥 chore: remove unused gif
    • Should hopefully reduce file size of the package by a bit.
    • Edit: It does! Over 850kb saved.
3.3.0 4.0.0
image image
  • 331d885 📝 docs(readme): update info to match new changes
* 6067207 🔖 chore: update version in main file

v3.3.0

18 Jan 21:52
Compare
Choose a tag to compare

Evening, or night, I think. This update reworks the search command, plus makes a few other changes you'll probably want to see!

Breaking Changes

  • 18d22d2 ♻️ refactor!: rewrite search command in seperate file

    • The command is still the same, however, is now split into a seperate js file (commands/search.js)
    • Fun fact: you can type for example: "Social Media" (without the dash) and it will still show social media badges!
    • Also includes: f14aef8 ⭐ chore: make index.js command use search.js code
  • 77f9ab7 🔥 chore: remove contributing command

    • The contributing guidelines link is now directly shown in mdb about, making this command redundant!

Bugfixes

  • 5b0e61c 🐛 fix: fix about command not displaying latest version correctly
    • I didn't spot this one for a long time, my bad!

Packages

  • 542b2ce 📦 package: bump prettier to 3.2.4 (#31)

  • 90922f7 📦 package: add/update new packages

Miscellaneous

  • 667b395 🔥 chore(readme): remove contributing guideline command from readme

  • 7a5ab3a 💎 style: add emojis to readme

v3.2.1

17 Jan 23:05
Compare
Choose a tag to compare

A very small update. However, look out for next release, which reworks a command!

Miscellaneous

  • c8db609 📝 docs(readme): fix spelling mistake in 'miscallenaous'

  • 0658b37 📝 docs(contributing): improve contributing guidelines/instructions

v3.2.0

16 Jan 19:49
Compare
Choose a tag to compare

This update adds a few things, and fixes the bug with the about command text appearing on every command...sorry. Check it out!

Bugfixes

  • 05c09ba 🐛 fix: fix ascii art displaying in the wrong place
    • As I wrote these release notes, I also realized that I made the about command text appear on EVERY other command, oops...

Features

  • 9ee3422 ✨ feat: add support for finding more than one badge at a time

    • Essentially, batch badge generation is now supported, even including HTML and different styles
    • However, please note that --style and --html will apply them to ALL badges
  • 78bb8f2 ✨ feat: add command to add badge to markdown file

    • Only .md files are supported, and HTML/Styles aren't supported.
  • eff7095 ✨ feat: add generate alias command to create

Miscellaneous

  • 12a5e6b 💎 style: make code outputs bold

  • 7541865 📝 docs(readme): update readme with new info

v3.1.1

15 Jan 22:01
Compare
Choose a tag to compare

⚠️ Edit from the way future (4.2.1): You should not download this version, as there is quite a major bug with the ASCII art appearing on every command. ⚠️

This update adds Prettier, and makes a few adjustments!

Features

  • 8cfd921 ♻️ refactor: style with prettier

Miscellaneous

  • e1335c1 ⭐ chore: improve ora spinner color
  • d863a55 🔥 chore: remove unused spinner variables
  • 9c4376e 🥅 feat: add better error handling to update command

Known Issues

  • ASCII art in the about command displays in the wrong position
    • ♾️ Fixed in the next version!

v3.1.0

14 Jan 23:22
Compare
Choose a tag to compare

This update makes things look look nicer and fixes some other things!

Sorry for the gap between updates, I was working on https://cli.inttter.com, which made me learn a lot of Tailwind...but looks 1000x better than it did before. Check it out here!

Features

  • b867c1b 💎 style: redo colors with gradients
    • almost everything that was colored before with chalk has a gradient now, thanks to gradient-strings!
    • some chalk is still used, fyi
  • b867c1b ♻️ refactor: use ora for loading spinners

Miscellaneous

  • 1404d70 📝 docs: add sections about problem and solution
  • d64a46d ⭐ chore(docs): improve features section slightly
  • 46c841e ✨ feat: add code snippet for Yarn

Bugfixes

(mostly readme fixes fyi)
  • 230a355 🩹 text: fix minor spelling mistake
  • 572ff99 🐛 fix: fix placeholder license link
  • 1402f0f 🩹 text: fix spelling of miscellenaous
  • 4199675 🐛 fix: fix wrong pr badge link
i coded this right before going to bed so if somethings messed up, my bad.

v3.0.2

11 Jan 20:17
Compare
Choose a tag to compare

This is another small(er?) update that adds a few QoL changes!

Also with this release, almost all of the documentation has been completed!

What's Changed

  • 1441492 ⭐ chore: add support for different styles in HTML badges
    • Previously, this was only supported with Markdown. This adds support for the --style tag when the --html tag is also present!
  • ef87910 ⭐ chore: allow case insensitive badge names
    • This allows any type of badge name to be entered, and will still give a result.
    • e.g. typing twITTer will output the Twitter badge.

Miscellaneous

  • 8552508 ⭐ chore: make output style of HTML badge same as Markdown