Skip to content

Releases: ChipWolf/BadgeSort

v3.3.1

13 Nov 16:34
fd76431

Choose a tag to compare

3.3.1 (2025-11-13)

Bug Fixes

  • icons: reduce max_url_length to 3550 and add camo limit warnings (#109) (abc9f1a)
  • icons: reduce SVG data URI limit to prevent GitHub camo URL truncation (#106) (c120cb0)

v3.3.0

13 Nov 13:58
57f93cd

Choose a tag to compare

3.3.0 (2025-11-13)

Features

  • create output file if it doesn't exist (#104) (3295b0c)

Bug Fixes

  • deps: update certifi to 2025.11.12 (#84) (fdcb241)
  • deps: update pypi group (major) (#93) (423b1fc)

v3.2.0

13 Nov 13:14
c57ab06

Choose a tag to compare

3.2.0 (2025-11-13)

Features

  • add Badgen.net support with adaptive SVG icon colors (#79) (0caff0c)
  • add URL query parameter syntax for customizing individual badges (#90) (aa36d91)
  • Append badges to README if no comment markers exist (#96) (6cfc96d)

Bug Fixes

  • deps: update pypi group (#60) (a2d34f1)
  • icons: prevent badge injection into markdown codeblocks (#88) (5e64de9)

v3.1.5

25 Jul 22:59
9ab50fc

Choose a tag to compare

3.1.5 (2025-07-25)

Bug Fixes

v3.1.4

25 Jul 22:53
d38d386

Choose a tag to compare

3.1.4 (2025-07-25)

Bug Fixes

  • allow slugs to be missing in simpleicons package (#56) (3b5e877)

v3.1.3

31 May 20:15
4bb91ed

Choose a tag to compare

3.1.3 (2025-05-31)

Bug Fixes

v3.1.2

18 Nov 16:03
4c9d9c6

Choose a tag to compare

3.1.2 (2023-11-18)

Bug Fixes

  • ci/release-please: exclude v from tag name (565e451)

v3.1.1

18 Nov 16:00
e14aa5a

Choose a tag to compare

3.1.1 (2023-11-18)

Bug Fixes

  • ci/release-please: remove component from tag name (cd5ad31)

badgesort: v3.1.0

18 Nov 15:37
9353a18

Choose a tag to compare

3.1.0 (2023-11-18)

⚠ BREAKING CHANGES

  • rebrand to BadgeSort (closes #7)
  • migrate to container, release v2 (closes #6)

Features

Bug Fixes

  • container: change source image tag to 3.9-slim (3a647dd)
  • deps: update chardet to 5.2.0 (#38) (bc7bfd4)
  • deps: update poetry-core to 1.8.1 (#11) (e436208)
  • deps: update pypi group (major) (#43) (9979fa6)
  • deps: update requests to 2.31.0 (#32) (50f1e8a)
  • ensure multiline split slug lists are parsed (97fe320)

Code Refactoring