Caide Versions Save

Automates certain common tasks that you do during programming competitions

v2.10.1

2 years ago

Fix Codeforces.

v2.10

2 years ago
  • LeetCode support
  • C++ inliner:
    • Preserve Topcoder class constructor and solution method automatically.
    • Pull all include directives to the beginning of inlined file.
  • VS extension:
    • (Regression fix) Automatically archive problem when VS project is deleted.
    • Avoid errors when trying to delete directories locked by another program (e.g. file explorer) or VS itself.
    • Minor UI improvements.

v2.10.0-beta2

2 years ago

More LeetCode support: "system design" problems, custom structures and various bug fixes.

v2.10.0-beta1

2 years ago

LeetCode support

v2.9.0

2 years ago

Visual Studio 2022 support

v2.8.1

2 years ago
  • Additional CodeChef support

v2.8.0

2 years ago
  • Add warning when a template was updated both upstream and by the user
  • Display input file in main template for regex type
  • Autogenerate class constructor in C++ TopCoder template
  • Visual Studio extension:
    • Avoid VS crashes
    • Use colors (mostly) consistent with selected theme.

v2.7.0

3 years ago
  • Allow overriding problem ID when parsing
  • Display runtime per test
  • Add verbose_test_report option to display results of all tests rather than just failed ones
  • Fix hanging HTTP server on Windows

v2.6.0

3 years ago
  • Drop support for 32-bit Windows
  • Support 'regex' problem type for Competitive Companion
  • Fix CodeChef contest parser
  • Automatic check for updates in the command line application (can be disabled via config)

v2.5.1-pre

3 years ago

Development/beta builds