Skip to content

Releases: online-judge-tools/template-generator

v4.3.0

11 Jun 14:01
c39a823

Choose a tag to compare

  • #19 Add a default template topcoder.cpp for archived problems of Topcoder
  • #20 internal refactoring about the analyzer for output patterns

v4.2.0

27 May 16:28
e884a3f

Choose a tag to compare

  • #14 fix a bug of the parser which is found at ARC066E
  • #16 fix a bug of nest arguments in the Python generator
  • #16 add python.declare_constants() function for Python templates

v4.1.1

19 May 19:39
256105b

Choose a tag to compare

  • #11 update the module for the update of Library Checker
  • #11 update templates for Windows and macOS

v4.1.0

10 Apr 18:42

Choose a tag to compare

  • #5 add the new template generate.cpp for generate random cases
  • embed version numbers to default templates
  • minor fix for generated C++ code

v4.0.2

09 Apr 14:00

Choose a tag to compare

  • #3 fix a bug of the format analyzer (reported by kort0n)
  • #4 fix a bug caused by the default value of -t option of oj-template
  • tweak generator.py

v4.0.1

05 Apr 08:06

Choose a tag to compare

  • update API documents

v4.0.0

05 Apr 07:29

Choose a tag to compare

  • [breaking changes] update names of some functions in onlinejudge_template.generator.{cplusplus,python}
  • [breaking changes] rename the path of the config file of oj-prepare command

v3.1.0

05 Apr 06:39

Choose a tag to compare

  • add --config-file option to oj-prepare command
  • fix a bug of oj-prepare about destination directories

v3.0.0

04 Apr 16:08

Choose a tag to compare

  • [breaking changes] rename default template files from template.* to main.*
  • [breaking changes] update default paths of oj-contest command
  • [breaking changes] change fields of the setting file of oj-contest command
  • [breaking changes] rename oj-contest command to oj-prepare command

v2.9.1

04 Apr 14:21

Choose a tag to compare

  • fix bugs of template.py about type hints
  • fix bugs of --cookie options