Skip to content

Releases: jmerle/competitive-companion

2.34.0

25 May 23:53
Compare
Choose a tag to compare
  • Removed the DevSkill parsers because DevSkill is no longer an online judge
  • Fixed the parsing of CodeChef problems on its new problem page
  • Fixed the parsing of Virtual Judge sample cases where the sample cases are displayed in a code block that is nested in another code block

2.33.0

03 Apr 19:31
Compare
Choose a tag to compare
  • Added a parser for Newton School
  • Fixed the parsing of CodeChef sample cases for problems where the input/output headers are not prefixed with "Example" or "Sample"
  • Fixed the parsing of CSES problems on CSES's www subdomain
  • Fixed the parsing of BUCTOJ problems and contests
  • Fixed the parsing of Neps Academy sample cases
  • Fixed the parsing of Virtual Judge memory limits

2.32.0

17 Feb 22:21
Compare
Choose a tag to compare
  • Added a contest parser for Virtual Judge
  • Fixed the parsing of NowCoder sample cases (thanks @rogeryoungh)
  • Fixed the parsing of BUCTOJ time limits
  • Fixed the parsing of LibreOJ sample cases

2.31.3

12 Jan 21:44
Compare
Choose a tag to compare
  • Added support for Kattis problems in sessions (thanks @user202729)
  • Added support for SSOIER's extended problem set
  • Fixed the parsing of Kattis sample cases with whitespace at the end of lines
  • Fixed the parsing of Codeforces contests where some problem URLs redirect to a PDF file containing the problem statement
  • Fixed the parsing of CodeChef sample cases where the sample cases are displayed as text nodes

2.31.2

26 Dec 21:35
Compare
Choose a tag to compare
  • Fixed the parsing of Hydro problems and contests

2.31.1

18 Dec 01:49
Compare
Choose a tag to compare
  • Fixed the parsing of DMOJ contest names
  • Fixed the parsing of HackerEarth titles when parsing contest problems
  • Fixed the parsing of Library Checker problems
  • Fixed the parsing of Eolymp problems and contests

2.31.0

27 Nov 14:49
Compare
Choose a tag to compare
  • Added parsers for A2 Online Judge
  • Added a contest parser for Luogu

2.30.0

11 Nov 15:17
Compare
Choose a tag to compare
  • Added parsers for BUCTOJ

2.29.0

08 Nov 16:05
Compare
Choose a tag to compare
  • Added parsers for NOJ
  • Changed the error handling in contest parsers so that if a strict subset of the problems cannot be parsed an alert is shown and the successfully parsed problems are sent regardless

2.28.0

17 Oct 20:10
Compare
Choose a tag to compare
  • Added parsers for Hydro (thanks @warshon)