Releases: waikato-datamining/docker-banner-gen
Releases · waikato-datamining/docker-banner-gen
Release v0.0.9
Release v0.0.8
- switched to
r"..."
for the templates to avoidSyntaxError
due to invalid escape sequences (prior to 3.12 that only generated aSyntaxWarning
)
Release v0.0.7
- using the string
\n
(not the newline character) in the banner signals a line break
Release v0.0.6
- escaping ` and \ now in the banner text
Release v0.0.4
- 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
- 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
- fixed entry point for command-line tool
Release v0.0.1
- initial release