Skip to content

Releases: slycelote/caide

v2.10.1

10 May 04:15
Compare
Choose a tag to compare

Fix Codeforces.

v2.10

05 May 03:42
Compare
Choose a tag to compare
  • 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

07 Mar 04:27
Compare
Choose a tag to compare
v2.10.0-beta2 Pre-release
Pre-release

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

v2.10.0-beta1

27 Jan 07:23
Compare
Choose a tag to compare
v2.10.0-beta1 Pre-release
Pre-release

LeetCode support

v2.9.0

26 Dec 01:34
Compare
Choose a tag to compare

Visual Studio 2022 support

v2.8.1

08 Nov 06:28
Compare
Choose a tag to compare
  • Additional CodeChef support

v2.8.0

10 Oct 20:22
Compare
Choose a tag to compare
  • 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

15 May 15:53
Compare
Choose a tag to compare
  • 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

08 Nov 03:36
Compare
Choose a tag to compare
  • 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

01 Sep 05:47
Compare
Choose a tag to compare
v2.5.1-pre Pre-release
Pre-release

Development/beta builds