Skip to content

Commit

Permalink
2.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Mar 1, 2024
1 parent bee5ce3 commit 839325b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## 2.51.0 (Unreleased)
- Removved 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](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
## [2.51.0](https://github.com/jmerle/competitive-companion/releases/tag/2.51.0) (2024-03-01)
- 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](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
- Fixed the parsing of USACO problems

## [2.50.2](https://github.com/jmerle/competitive-companion/releases/tag/2.50.2) (2024-02-20)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "competitive-companion",
"productName": "Competitive Companion",
"version": "2.50.2",
"version": "2.51.0",
"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

0 comments on commit 839325b

Please sign in to comment.