Skip to content

Releases: online-judge-tools/oj

v11.1.4

14 Mar 16:46
68294cc
Compare
Choose a tag to compare
  • #866 improve error messages of download subcommand

v11.1.3

20 Feb 19:42
710c175
Compare
Choose a tag to compare
  • #854 fix a link in the help message (@shuuji3)
  • #857 add some links to the getting started page from the help message

v11.1.2

15 Feb 09:41
199d5c5
Compare
Choose a tag to compare
  • #852 show a hint message when cookie.jar is broken
  • #848 fix a message of generate-input command with --hack option

v11.1.1

07 Nov 08:44
203c2f7
Compare
Choose a tag to compare

v11.1.0

22 Oct 17:05
ed1dc43
Compare
Choose a tag to compare
  • #833
    • add aliases --hack-actual and --hack-expected for --hack option of generate-input subcommand
    • make generate-input subcommand print warnings when the given input generator doesn't generate random input cases
    • improve --help messages

v11.0.0

13 Sep 15:23
899473a
Compare
Choose a tag to compare
  • #816 (breaking changes) remove Python 3.5 support
  • #811 #790 (breaking changes) update the test subcommand
    • --print-input is now default.
    • --ignore-spaces option and --ignore-spaces-and-newlines option are added.
    • Now it always ignores the difference between CRLF and LF.
    • Some options are renamed or removed.
    • The current default behavior uses exact matching but ignores the difference of CRLF and LF.
      • The previous default used exact matching but ignored trailing spaces and newlines of files. It was the same to the matching algorithm in Anarchy Golf.
  • #819 (breaking changes) remove some options from submit
    • The options --format-dos2unix, --format-rstrip, --golf are removed. They are options for code golf.
  • #821 replace the default command of test subcommand on Windows with .\a.exe
  • #818 improve the output of test subcommand
  • #813 #819 update some hint messages
  • #825 (breaking changes) change to print logs to stdout instead of stderr (@ryo-n)
    • --json options of some subcommands are also removed. They used stdout.

v10.1.3

01 Sep 03:18
2952dae
Compare
Choose a tag to compare
  • #806 fix a bug of generate-input subcommand about logging (@rsk0315)
  • #807 fix a bug of generate-input subcommand which happens when generators failed

v10.1.2

21 Aug 18:38
0cad50b
Compare
Choose a tag to compare
  • #801 fix a bug of logging on Windows cmd.exe

v10.1.1

14 Aug 14:11
17c4251
Compare
Choose a tag to compare
  • #797 add a hint message to install WebDriver

v10.1.0

13 Aug 14:38
a314681
Compare
Choose a tag to compare
  • #791 add WebDriver supports of more browsers
  • #789 change the style of logging from pwntools's one to Python's standard one
  • #793 fix a minor bug of logging