From 73631fcc3646c5fe966d2d7f1c21119e238b66f6 Mon Sep 17 00:00:00 2001 From: Jasper van Merle Date: Mon, 14 Oct 2024 23:24:21 +0200 Subject: [PATCH] 2.56.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd40bd..89999ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [2.56.0](https://github.com/jmerle/competitive-companion/releases/tag/2.56.0) (2024-10-14) +- Added support for QBXTOJ and Universal Cup (thanks [@touhidurrr](https://github.com/touhidurrr) for the QBXTOJ parser) +- Added support for LightOJ contests (thanks [@touhidurrr](https://github.com/touhidurrr)) +- Fixed the Eolymp Basecamp parser (thanks [@touhidurrr](https://github.com/touhidurrr)) + ## [2.55.0](https://github.com/jmerle/competitive-companion/releases/tag/2.55.0) (2024-09-28) - Added support for oiClass, Le Quy Don Online Judge, VNOI Online Judge, and NBUT Online Judge - Added support for the Challenge mode on Kattis diff --git a/package.json b/package.json index bd46a45..f1174cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "competitive-companion", "productName": "Competitive Companion", - "version": "2.55.0", + "version": "2.56.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",