Skip to content

Commit 750fd6d

Browse files
committed
2.59.0
1 parent 499f247 commit 750fd6d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.59.0](https://github.com/jmerle/competitive-companion/releases/tag/2.59.0) (2025-02-12)
4+
- Added support for MarisaOJ, X-Camp, CodeUp, KEP.uz, and CodeRun (thanks [@dqhieuu](https://github.com/dqhieuu) for the MarisaOJ parser and [@AksLolCoding](https://github.com/AksLolCoding) for the X-Camp parser)
5+
- Added support for sending extracted problem data to custom hosts, configured on the extension's options page (thanks [@Koderpark](https://github.com/Koderpark))
6+
- Added support for Kattis problems in courses (thanks [@ericli18](https://github.com/ericli18))
7+
- Fixed the Luogu parser
8+
- Fixed the parsing of Library Checker sample cases
9+
310
## [2.58.0](https://github.com/jmerle/competitive-companion/releases/tag/2.58.0) (2024-12-31)
411
- Added support for StarryCoding
512
- Added support for the codeforces.net mirror of Codeforces and fixed support for the codeforc.es mirror on problem pages

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "competitive-companion",
33
"productName": "Competitive Companion",
4-
"version": "2.58.0",
4+
"version": "2.59.0",
55
"description": "Parses competitive programming problems and sends them to various tools like CP Editor and CPH.",
66
"repository": "https://github.com/jmerle/competitive-companion",
77
"author": "Jasper van Merle",

0 commit comments

Comments
 (0)