Skip to content

Releases: waikato-datamining/docker-banner-gen

Release v0.0.9

20 Dec 01:41
Compare
Choose a tag to compare
  • switched to underscores in project name

Release v0.0.8

20 Dec 01:40
Compare
Choose a tag to compare
  • switched to r"..." for the templates to avoid SyntaxError due to invalid escape sequences (prior to 3.12 that only generated a SyntaxWarning)

Release v0.0.7

08 Apr 23:32
Compare
Choose a tag to compare
  • using the string \n (not the newline character) in the banner signals a line break

Release v0.0.6

07 Sep 23:06
Compare
Choose a tag to compare
  • escaping ` and \ now in the banner text

Release v0.0.4

09 Jun 00:08
Compare
Choose a tag to compare
  • 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)

Release v0.0.3

08 Jun 22:56
Compare
Choose a tag to compare
  • 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

Release v0.0.2

08 Jun 22:57
Compare
Choose a tag to compare
  • fixed entry point for command-line tool

Release v0.0.1

08 Jun 22:57
Compare
Choose a tag to compare
  • initial release