Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@wheleph wheleph released this 10 Jul 18:53
· 56 commits to improvements since this release

NTTT version 0.4.0 is an extension of version 0.3.0 and contains the following changes.

Requirements:

  • This version requires having Python 3.7 or newer. Please ensure that you have the proper version of Python installed by issuing python --version on the command line and upgrading if necessary. See also section Python on Windows for more details.
  • This version requires having UTF-8 support enabled on Windows 10. See section UTF-8 support on Windows in README.md for details.

Additional features:

  • The volunteer acknowledgement is added to the final step file:

    • The number of the final step file can be specified with the -f/--final option. If not specified, the step file with the highest number will be used.
    • The names of the volunteers can be specified with the -v/--volunteers option. The list of names should be enclosed in double quotes (") and the names in the list should be separated by commas (,).
    • If no volunteer names are specified, then the volunteer acknowledgement will still be added to the final step file, but the volunteer names should be added manually afterwards.
    • If no volunteer acknowledgement should be added, use the -f/--final option with 0 as value.
  • The special formatting tags, like {:target="_blank"} and {:class="block3control"} are cleaned up:

    • Unnecessary spaces within these tags are removed.
    • Incorrect capitalisation of these tags is corrected.
    • Incorrect quote characters inside these tags are changed to standard double quote (") characters.

Bug fixes in this release:

  • Incorrect dates in meta.yml are ignored (and replaced with the original date from the English meta.yml).