Skip to content

Commit

Permalink
2.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Dec 7, 2023
1 parent 1fdbf97 commit 6d69562
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.48.0](https://github.com/jmerle/competitive-companion/releases/tag/2.48.0) (2023-12-07)
- Added a contest parser for TLX (thanks [@user202729](https://github.com/user202729))
- Fixed the parsing of Russian memory limits on Yandex (thanks [@Igorjan94](https://github.com/Igorjan94))

## [2.47.0](https://github.com/jmerle/competitive-companion/releases/tag/2.47.0) (2023-10-20)
- Added support for BAPS OJ and ITCoder HUTECH (thanks [@touhidurrr](https://github.com/touhidurrr))
- Fixed the parsing of sample cases on ACMP where recent attempts would also be parsed as sample cases
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.47.0",
"version": "2.48.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 6d69562

Please sign in to comment.