Skip to content

Releases: jongracecox/anybadge

1.5.1

16 Jul 21:52
fdf6604

Choose a tag to compare

Fixes

  • Fix invalid literal for int() with base 10: 10.00 (#27)

1.5.0

13 Jul 00:25
aebea09

Choose a tag to compare

New features

  • Add more accurate method for calculating font widths.
  • Set default number of padding characters to zero (for a more compact badge by default).

Fixes

  • Fix badge widths to make them more compact.
  • Fix issue with detection of int and float badge values.

1.4.0

02 Jun 03:53
c5fc1a6

Choose a tag to compare

Fixes

  • Fix issue with multiple badges generated in same Python session

1.3.0

02 Jun 03:21
a4b20c6

Choose a tag to compare

New features

  • Add repr and str dunder functions to the Badge class
  • Include an MIT license in the setup.py

1.2.0

01 Jun 08:14
aa4977b

Choose a tag to compare

New features

  • Add more accurate width calculations for truetype fonts.
  • More thorough testing (doctests and unittests now run as part of CI).
  • Updated versioning strategy.

Fixes

  • Fix version and __version__ attribute on package.

1.2.0rc9

01 Jun 08:08
aa4977b

Choose a tag to compare

1.2.0rc9 Pre-release
Pre-release

This release fixes the package version number as accessed via anybadge.__version__. This is automatically updated as part of CI, but the change was being lost pre-deployment.

1.2.0rc8

01 Jun 07:48
29dee65

Choose a tag to compare

1.2.0rc8 Pre-release
Pre-release
  • Add more accurate width calculations for truetype fonts
  • More thorough testing (doctests and unittests now run as part of CI)
  • Updated versioning strategy

v1.1.1

26 Mar 11:47

Choose a tag to compare

Fixes

  • Fix the green color to be more appealing.
  • Update the default green (used when value exceeds max threshold).

v1.1.0

10 Feb 15:50

Choose a tag to compare

Updates to documentation, and PyPi publishing.

v1.0.0

10 Feb 02:46

Choose a tag to compare

First major release of anybadge. Switched to mister-bump for version bumping.