Skip to content

Commit

Permalink
2.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Nov 15, 2024
1 parent ef5a36f commit 78b1db9
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 47 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [2.57.1](https://github.com/jmerle/competitive-companion/releases/tag/2.57.1) (2024-11-15)
- Added the `X-Competitive-Companion` header to HTTP requests sent by Competitive Companion to indicate to the receiving end that the request is coming from Competitive Companion

## [2.57.0](https://github.com/jmerle/competitive-companion/releases/tag/2.57.0) (2024-11-10)
- Added support for CYEZOJ, 33OJ, Algotester, and SeriousOJ (thanks [@langningchen](https://github.com/langningchen) for the CYEZOJ support)
- Fixed using the Hydro and DMOJ parsers on unsupported websites through the "Parse with" functionality and in custom rules
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "competitive-companion",
"productName": "Competitive Companion",
"version": "2.57.0",
"version": "2.57.1",
"description": "Parses competitive programming problems and sends them to various tools like CP Editor and CPH.",
"repository": "https://github.com/jmerle/competitive-companion",
"author": "Jasper van Merle",
Expand Down Expand Up @@ -52,7 +52,7 @@
"concurrently": "^9.1.0",
"cross-env": "^7.0.3",
"esbuild": "^0.24.0",
"eslint": "^9.15.0",
"eslint": "9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-import": "^2.31.0",
Expand Down
97 changes: 52 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78b1db9

Please sign in to comment.