Releases: online-judge-tools/oj
Releases · online-judge-tools/oj
v11.1.4
v11.1.3
v11.1.2
v11.1.1
v11.1.0
v11.0.0
- #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.
- The options
- #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.