Releases: jongracecox/anybadge
Releases · jongracecox/anybadge
v1.16.0
What's Changed
New features
- More accurately detect emoji character length
Fixes
- Fix label and value escaping (#91)
- Handle bad thresholds more elegantly
- Fix package version bug (#106)
Other
- Fix invoke when
anybadgepackage is not installed and runninginv --test.local - Ensure tests run against the correct version when run locally using
inv --test.local - Update issue template markdown
- Add
coverage.xmloutput when runninginv --test.local
Full Changelog: v1.15.6...v1.16.0
v1.15.6
What's Changed
New features
- Allow badges with no value or no label (#89) by @jongracecox in #90
Chores
- Fix readme and contribution guide by @jongracecox in #82
- Add pepy.tech total downloads badge to readme by @jongracecox in #83
- Update pypi deploy to use token by @jongracecox in #84
- Add 3.11 to travis ci by @jongracecox in #85
- Update pre-commit hooks by @jongracecox in #92
- Add github workflows by @jongracecox in #93
- Run CLI checks in PR workflow by @jongracecox in #94
- Refactor PR checks into single workflow by @jongracecox in #95
- Fix pre-commit on master branch by @jongracecox in #96
- Add tox testing by @jongracecox in #97
- Use GitHub for releases by @jongracecox in #98
Full Changelog: v1.14.0...v1.15.6
1.14.0
New features
- Add
--versionarg to cli - Allow
python -m anybadgecli usage
Back-end
- Update to invoke build and testing tasks
1.13.0
New features
- Add standard color names from Mozilla color keywords list (#56)
- Add emoji examples to documentation (#43)
1.12.0
1.11.2rc2
Fix pypi deployment
1.11.2rc1
1.11.1
Fixes
- Fix package build missing templates submodule
1.10.0
Python version support
- Drop Python 2.7 support (now >= 3.4)
- Add testing for 3.4 and 3.9
- Add python version to
setup.pyrequirements
Fixes
- Add missing example
.svgfiles - Fix typo in
README.md
Internal updates
- Split code into package with submodules
- Store templates as package resources
- Incorporate server into the same package
- Add
CONTRIBUTING.md - Add pre-commit config
- Standardize on black code formatting
1.9.0
- Add new
--stylecommand line option - Add GitLab Scoped style