Skip to content

Releases: jmerle/competitive-companion

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

2.48.0

07 Dec 15:04
Compare
Choose a tag to compare
  • Added a contest parser for TLX (thanks @user202729)
  • Fixed the parsing of Russian memory limits on Yandex (thanks @Igorjan94)

2.47.0

20 Oct 03:20
Compare
Choose a tag to compare
  • Added support for BAPS OJ and ITCoder HUTECH (thanks @touhidurrr)
  • Fixed the parsing of sample cases on ACMP where recent attempts would also be parsed as sample cases

2.46.0

05 Oct 03:33
Compare
Choose a tag to compare
  • Added parsers for CPython.uz
  • Updated all contest parsers to fetch contest problems in parallel rather than sequentially
  • Fixed the parsing of sample cases on CSES
  • Fixed the parsing of categories in TLX course problems

2.45.0

03 Sep 16:05
Compare
Choose a tag to compare
  • Added support for Daimayuan Online Judge (thanks @Windyskr)
  • Added support for the http version of HDOJ (thanks @Windyskr)
  • Fixed the parsing of problem titles on Public Judge

2.44.1

20 Jun 19:33
Compare
Choose a tag to compare
  • Fixed the parsing of Codeforces problems on "/problemset/gymProblem" URLs (thanks @touhidurrr)
  • Fixed the parsing of CodeChef problems in the Learn section

2.44.0

10 Jun 13:41
Compare
Choose a tag to compare
  • Added support for Dimik OJ and TheJobOverflow (thanks @touhidurrr)

2.43.0

28 May 21:50
Compare
Choose a tag to compare
  • Added support for AlgoZenith and Sort Me
  • Fixed the parsing of TLX course problems and problems with time limits in milliseconds (thanks @ChrisG661)
  • Fixed the parsing of Codeforces problems with time/memory limits in bold text (thanks @colazcy)
  • Fixed the parsing of PTA problems