Skip to content

Commit

Permalink
2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Feb 17, 2022
1 parent 50d9fda commit 1334da2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [2.32.0](https://github.com/jmerle/competitive-companion/releases/tag/2.32.0) (Unreleased)
## [2.32.0](https://github.com/jmerle/competitive-companion/releases/tag/2.32.0) (2022-02-17)
- Added a contest parser for Virtual Judge
- Fixed the parsing of NowCoder sample cases (thanks [@rogeryoungh](https://github.com/rogeryoungh))
- Fixed the parsing of BUCTOJ time limits
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ A browser extension which parses competitive programming problems from various o

## Supported websites
| Website | Problem parser | Contest parser |
|------------------------------| -------------- | -------------- |
|------------------------------|----------------|----------------|
| A2 Online Judge |||
| ACMP || |
| AcWing || |
Expand Down Expand Up @@ -224,7 +224,7 @@ To run the tests, use `yarn test`, or `yarn test:no-headless` to run tests with
The information provided below is meant for Mozilla volunteers.

Software versions used:
Node.js: 14.17.5
Node.js: 16.14.0
Yarn: 1.22.17

Third-party libraries that can be found in the minified extension:
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.31.3",
"version": "2.32.0",
"description": "Parses competitive programming problems and sends them to various tools like CHelper and Hightail.",
"repository": "https://github.com/jmerle/competitive-companion",
"author": "Jasper van Merle",
Expand Down

0 comments on commit 1334da2

Please sign in to comment.