Skip to content

v6.4.2

Compare
Choose a tag to compare
@inttter inttter released this 03 Aug 13:12
· 52 commits to main since this release

⭐ Badges

  • 40ecbdf ⭐ chore(badges): remove duplicate Git badge

♻️ Refactors

  • d67091d ♻️ refactor: move badge format logic to utils
    • This also includes some QOL stuff, such as:
      • When selecting a similar badge, the output will be in HTML if the --html option is present
      • When selecting a similar badge, the output will have the style appended to it if --style is present, provided that the style is valid. If not, it will use the default version of the badge which uses flat styling.
      • Slightly improved URL logic for --link

🐛 Bugfixes

  • e51ea46 🐛 fix(style): don't append style to badge if style is invalid
    • Will only append the style if it is one of the 5 valid ones.