Skip to content

Commit 3533ffe

Browse files
committed
1.2.2
1 parent 62e6342 commit 3533ffe

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
# 1.2.2 - May 5th, 2018
2+
- Fixed the Codeforces and the CodeChef parser
3+
14
# 1.2.1 - April 13th, 2018
2-
- Reverted CodeForces parser back to my own implementation
5+
- Reverted Codeforces parser back to my own implementation
36

47
# 1.2.0 - April 9th, 2018
58
- Fixed USACO parser
6-
- Reverted CodeForces parser back to the CHelper one
9+
- Reverted Codeforces parser back to the CHelper one
710
- Switched the new Google Code Jam parser to the CHelper one
811
- Added parsers for USACO Training, DevSkill, DMOJ, URI Online Judge, LightOJ, SPOJ and Panda Online Judge
912

@@ -13,10 +16,10 @@
1316
- Removed all default exports
1417

1518
# 1.0.4 - February 23rd, 2018
16-
- Added support for contests and problems in CodeForces groups
19+
- Added support for contests and problems in Codeforces groups
1720

1821
# 1.0.3 - February 19th, 2018
19-
- Switched the CodeForces problem parser from the default one in the CHelper plugin to a custom one, because the one in the CHelper plugin is not working properly at the moment
22+
- Switched the Codeforces problem parser from the default one in the CHelper plugin to a custom one, because the one in the CHelper plugin is not working properly at the moment
2023

2124
# 1.0.2 - December 31th, 2017
2225
- Fixed a bug in the HackerEarth contest parser where it couldn't parse contests where the problems were divided into sets

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ This section is meant for anyone who wants to package the extension manually, bu
3636

3737
Software versions:
3838
Node.js: 9.11.1
39-
Yarn: 1.5.1
40-
Ubuntu: 17.10
39+
Yarn: 1.6.0
40+
Ubuntu: 18.04
4141

4242
```bash
4343
# Clone the repository (if you are not a Mozilla reviewer)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chelper-companion",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "A webextension which parses competitive programming problems and sends them to CHelper.",
55
"repository": "https://github.com/jmerle/chelper-companion",
66
"author": "Jasper van Merle",

0 commit comments

Comments
 (0)