Releases: jongracecox/anybadge
Releases · jongracecox/anybadge
1.5.1
1.5.0
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
Fixes
- Fix issue with multiple badges generated in same Python session
1.3.0
New features
- Add repr and str dunder functions to the Badge class
- Include an MIT license in the
setup.py
1.2.0
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
versionand__version__attribute on package.
1.2.0rc9
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
- 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
Fixes
- Fix the green color to be more appealing.
- Update the default green (used when value exceeds max threshold).
v1.1.0
Updates to documentation, and PyPi publishing.
v1.0.0
First major release of anybadge. Switched to mister-bump for version bumping.