Skip to content

Releases: jmerle/competitive-companion

2.53.0

26 May 21:25
Compare
Choose a tag to compare
  • Added support for Kilonova, PBInfo, InfoArena, and NerdArena (thanks @overanalytcl)
  • Added support for parsing sample cases on UVA and UVALive problems on Virtual Judge (does not work on Firefox until Firefox bug #1757836 is resolved)
  • Fixed the parsing of Virtual Judge sample cases on Chinese problems
  • Fixed the parsing of Virtual Judge titles containing unwanted whitespace

2.52.1

15 May 22:54
Compare
Choose a tag to compare
  • Fixed the parsing of TLX problems (thanks @adrieljss)
  • Fixed the parsing of CodeChef problems

2.52.0

08 Apr 19:56
Compare
Choose a tag to compare
  • Added support for Lanqiao (thanks @touhidurrr for the problem parser)
  • Added support for Eolymp Basecamp (thanks @touhidurrr for the problem parser)
  • Added support for the vjudge.net.cn Virtual Judge mirror (thanks @touhidurrr)
  • Fixed the parsing of PTA problems (thanks @touhidurrr)
  • Fixed the parsing of TLX problems (thanks @touhidurrr)

2.51.1

17 Mar 19:48
Compare
Choose a tag to compare
  • Fixed the parsing of AlgoZenith problems on its maang.in website (thanks @rohitzerofour)
  • Fixed the parsing of Baekjoon Online Judge problems in active contests
  • Fixed the parsing of certain Mendo problems

2.51.0

01 Mar 20:32
Compare
Choose a tag to compare
  • Removed the Baekjoon Online Judge contest parser because Baekjoon Online Judge has started to block requests to their problems made through the browser's Fetch API
  • Fixed the parsing of USACO problems

2.50.2

20 Feb 11:24
Compare
Choose a tag to compare
  • Fixed custom rules that target the UOJProblemParser or VirtualJudgeProblemParser

2.50.1

19 Feb 21:15
Compare
Choose a tag to compare
  • Fixed the parsing of AlgoZenith problems on its maang.in website (thanks @GandharvJain)
  • Fixed the parsing of beecrowd problems and contests
  • Fixed the parsing of USACO Training problems

2.50.0

24 Jan 20:26
Compare
Choose a tag to compare
  • Added support for Mendo (thanks @EntityPlantt)
  • Fixed the parsing of sample cases on Firefox for online judges using DOMjudge
  • Fixed the parsing of CodeChef problems

Please note: the Chrome Web Store release for 2.49.0 was rejected, presumably because the extension sends parsed problem data to local applications over HTTP rather than HTTPS. I've contacted the Chrome Web Store team through their contact form, and until this issue is resolved updates won't be published to the Chrome Web Store. Firefox releases are still going through fine, and you can manually install this version of the extension on Chrome by downloading its distribution below, extracting it, and installing it on chrome://extensions/ > Developer mode: On > Load unpacked.

Update: the Chrome Web Store team has reviewed the extension again and deemed it compliant with its privacy policy. Upon their request I've re-submitted the rejected submission (2.49.0), as they cannot approve a previously rejected submission. Once 2.49.0 is successfully published, I'll submit 2.50.0 to the Chrome Web Store as well.

Update: 2.49.0 has successfully been published to the Chrome Web Store. I've submitted 2.50.0 to the Chrome Web Store as well and expect it to be available soon.

Final update: 2.50.0 is now available in the Chrome Web Store.

2.49.0

30 Dec 16:37
Compare
Choose a tag to compare
  • Added support for DOMjudge (thanks @ItsNiklas)
  • Migrated from Webpack to ESBuild, from CommonJS to ESM, and from Manifest V2 to V3. As a result of the last change, there are now separate distributions for Chrome and Firefox. The code of both is the same, but the extension manifest differs. If you're installing via the Chrome Web Store or Mozilla's AMO this will not affect you. If you install the extension manually you'll need to make sure you download the correct distribution, the Chrome version is not compatible with Firefox and vice-versa.

Please note: the Chrome Web Store release for 2.49.0 was rejected, presumably because the extension sends parsed problem data to local applications over HTTP rather than HTTPS. I've contacted the Chrome Web Store team through their contact form, and until this issue is resolved updates won't be published to the Chrome Web Store. Firefox releases are still going through fine, and you can manually install this version of the extension on Chrome by downloading its distribution below, extracting it, and installing it on chrome://extensions/ > Developer mode: On > Load unpacked.

Update: the Chrome Web Store team has reviewed the extension again and deemed it compliant with its privacy policy. Upon their request I've re-submitted the rejected submission, as they cannot approve a previously rejected submission. I'm expecting it to be available through the Chrome Web Store soon.

Final update: 2.49.0 has successfully been published to the Chrome Web Store.

2.48.1

08 Dec 06:37
Compare
Choose a tag to compare
  • Fixed the parsing of Kattis problems and contests
  • Fixed the parsing of sample cases on CPython.uz containing multiple lines