Skip to content

Releases: mdbrnowski/codeforces-toolbox

CF Toolbox 1.7.0

14 Nov 09:14
Compare
Choose a tag to compare

Problem with 3-digit contest numbers has been fixed.
The need to log in each time has been removed (the session files are stored) by @rohanailoni (thaks!).

CF Toolbox 1.6.4

18 Apr 15:11
Compare
Choose a tag to compare

Problem with keyring (on WSL) has been fixed.
Simple handling of very unusual errors has been added.

CF Toolbox 1.6.3

11 Feb 13:40
Compare
Choose a tag to compare

Some available languages has been changed.

  • new:
    • GNU C++20 (64 bit)
    • PyPy 3.7 (64 bit)
  • updated:
    • Kotlin
    • Rust
  • deleted (by Codeforces' decision rather than mine):
    • GNU C++11
    • Microsoft Visual C++ 2010

CF Toolbox 1.6.2

20 Dec 17:00
Compare
Choose a tag to compare

Runtime Error info (during testing) has been added.
Bug that used to occur when downloading test during contest has been fixed.

CF Toolbox 1.6.1

26 Aug 08:11
Compare
Choose a tag to compare

Single-file race command (like cft race 1234A) is now possible.
A bug that occurs when the answer and output are different lengths has been fixed.
Info about memory and time consumption has been added to the verdict info.
Exceptions occurring when submitting the same code or entering wrong password are now handled properly.

CF Toolbox 1.6.0

25 Aug 10:41
4dc9345
Compare
Choose a tag to compare

Information about the last downloaded test has been added so tests will download automatically.
The -d flag has been removed from the documentation, but has been left as a feature if someone wanted to change the downloaded tests.
Error handling when there is no internet connection has been added.

CF Toolbox 1.5.1

16 Aug 10:42
7c448ae
Compare
Choose a tag to compare

The current user preference configuration is now displayed in cft config.
Warnings and information addressed to the user have been edited.

CF Toolbox 1.5.0

15 Aug 09:55
422b893
Compare
Choose a tag to compare

Automatic update to the latest version has been added.

CF Toolbox 1.4.1

10 Aug 09:02
Compare
Choose a tag to compare

The minimum column width when comparing test results has been set.

CF Toolbox 1.4.0

09 Aug 10:03
07c7862
Compare
Choose a tag to compare

If test fails, answer and program output are now displayed in columns.
Little orange question mark is added next to the lines that are different in output and answer.
Now you can use specified precision when dealing with floating point numbers while testing your solution (with -p flag).