Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

28 lines (24 loc) · 1.44 KB

Changelog

[2.2.0]

Added

  • task and contest commands have some options to filter output (#41)

[2.1.1]

Fixed

  • Format strings in task.submit parameter in template.json did not work (#37)

Security

[2.1.0]

Added

  • Enable to pass arguments to online-judge-tools in submit command and add --skip-filename option (#26) experimental: this feature may be changed in further release

Security

  • Bump dependencies (#24)

[2.0.5]

Added

  • This CHANGELOG! (#21)
  • Update notifications are available after this version (#23)

Fixed

  • Non-existent option default-new-contest-cmd was documented in the help, now deleted. Use template functions instead (#22)

Security

  • Bump dependencies (#19)

Dev/Internal

  • Write many tests for reliability