- switched to underscores in project name
- switched to r"..." for the templates to avoid SyntaxError due to invalid escape sequences (prior to 3.12 that only generated a SyntaxWarning)
- using the string n in the banner signals a line break
- escaping ` and now in the banner text
- fixed parse variable for outputting font info
- 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)
- 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
- fixed entry point of console script
- initial release