Releases: jmerle/competitive-companion
2.50.2
2.50.1
- 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
- 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
- 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
2.48.0
- Added a contest parser for TLX (thanks @user202729)
- Fixed the parsing of Russian memory limits on Yandex (thanks @Igorjan94)
2.47.0
- 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
2.45.0
2.44.1
- Fixed the parsing of Codeforces problems on "/problemset/gymProblem" URLs (thanks @touhidurrr)
- Fixed the parsing of CodeChef problems in the Learn section