- added option for specifying the width of the banner (`-w`, `--width`) - added option to list available fonts (`-L`, `--list_fonts`) - added option to output information about font (`-F`, `--print_font_info`)
0.0.3
------------------
- added ability to add a subtitle (placeholder `{SUBTITLE}`) using `-s, --subtitle`, which can be used for a version number - added `-i, --print_templates` option to output templates and the supported placeholders
0.0.2
------------------
- fixed entry point of console script
0.0.1
------------------
- initial release
PyPi ====
Preparation:
* increment version in `setup.py` * add new changelog section in `CHANGES.rst` * commit/push all changes
Commands for releasing on pypi.org (requires twine >= 1.8.0):
* start new release (version: `vX.Y.Z`) * enter release notes, i.e., significant changes since last release * upload `docker-banner-gen-X.Y.Z.tar.gz` previously generated with `setyp.py` * publish