v1.0.0 [yanked]
What's Changed
Note: This release was yanked because it broke on older versions of python, see #127, and 1.0.1 was published which prevents those old versions of python from picking up the newer pyfiglet.
Note that 1.0.0 drops support for python <= 3.7, even though the changelog below includes fixes which made it work temporarily for those versions.
- Update setup.py for python 3.6 and 3.7 by @BjornFJohansson in #65
- Add 'make publish' which also publishes wheel (0.8.post1) by @pwaller in #67
- Add support for zipped fonts by @peterbrittain in #64
- Fix simple typo: compatability -> compatibility by @timgates42 in #76
- make color parameter caps by @u0nel in #81
- add options for handling surrounding whitespace by @aerickson in #83
- Fix for #89 - clarify font licensing by @peterbrittain in #90
- Update init.py by @SergBobrovsky in #97
- Add loading German Umlaute by @everlanes in #96
- Added fonts by @drakbar in #92
- Support caca2tlf converted fonts better by @oto-ledger in #88
- add blocky font by @mkinney in #106
- Fix setup by @mkinney in #108
- Revert "Fix setup" by @pwaller in #110
- Update test.yml python versions by @pwaller in #111
- Port to importlib.resources by @stefanor in #114
- seek to the start of the file after checking for a zip header by @stefanor in #115
- Fix for various font issues by @peterbrittain in #118
- Fix most reming font issues by @peterbrittain in #123
- Fix #95 - Default fonts if user just runs setup.py by @peterbrittain in #122
- Setup auto publish by @pwaller in #125
New Contributors
- @BjornFJohansson made their first contribution in #65
- @timgates42 made their first contribution in #76
- @u0nel made their first contribution in #81
- @aerickson made their first contribution in #83
- @SergBobrovsky made their first contribution in #97
- @everlanes made their first contribution in #96
- @drakbar made their first contribution in #92
- @oto-ledger made their first contribution in #88
- @mkinney made their first contribution in #106
Full Changelog: v0.8.0...v1.0.0