Skip to content

Commit

Permalink
2.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Feb 11, 2025
1 parent 499f247 commit 750fd6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.59.0](https://github.com/jmerle/competitive-companion/releases/tag/2.59.0) (2025-02-12)
- 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)
- Added support for sending extracted problem data to custom hosts, configured on the extension's options page (thanks [@Koderpark](https://github.com/Koderpark))
- Added support for Kattis problems in courses (thanks [@ericli18](https://github.com/ericli18))
- Fixed the Luogu parser
- Fixed the parsing of Library Checker sample cases

## [2.58.0](https://github.com/jmerle/competitive-companion/releases/tag/2.58.0) (2024-12-31)
- Added support for StarryCoding
- Added support for the codeforces.net mirror of Codeforces and fixed support for the codeforc.es mirror on problem pages
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.58.0",
"version": "2.59.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 750fd6d

Please sign in to comment.