Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 1.18 KB

CHANGES.rst

File metadata and controls

60 lines (34 loc) · 1.18 KB

Changelog

0.0.9 (2024-12-20)

  • switched to underscores in project name

0.0.8 (2024-12-20)

  • switched to r"..." for the templates to avoid SyntaxError due to invalid escape sequences (prior to 3.12 that only generated a SyntaxWarning)

0.0.7 (2021-04-09)

  • using the string n in the banner signals a line break

0.0.6 (2020-07-24)

  • escaping ` and now in the banner text

0.0.5 (2020-07-01)

  • fixed parse variable for outputting font info

0.0.4 (2020-06-09)

  • 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 (2020-06-09)

  • 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 (2020-06-07)

  • fixed entry point of console script

0.0.1 (2020-06-07)

  • initial release