Skip to content

Releases: unneon/icie

0.7.9

09 Apr 09:04
Compare
Choose a tag to compare
  • Added links to quickpaste documentation on more kinds of quickpaste errors.
  • Changed "Build" to "Compile", "Discover" to "Stress" and "Init" to "Open". This has the unfortunate effect of breaking all configuration relating to these operations, although the old values are still present in the VS Code extension .json config file.
  • Removed detecting C++ template path from the pre-0.7.4 configuration entry. It's now replaced with an easier to edit entry, and can be set without going in the preferences. To do so, press CtrlShiftP and select "ICIE Template Configure".

0.7.8

07 Apr 13:29
Compare
Choose a tag to compare
  • Added a suggestion to run normal tests with Alt0 if brut.cpp is not found in stress tests.
  • Added support for Codeforces /contests/1260 links.
  • Released under a more permissive license, Mozilla Public License 2.0.

0.7.7

30 Mar 23:23
Compare
Choose a tag to compare
  • Fixed some 'website could not be analyzed' errors when submitting on CodeChef. The problems were caused by trying to submit to contests that ended, but now ICIE will try to determine whether to submit to practice or to a contest.

0.7.6

17 Mar 08:55
Compare
Choose a tag to compare
  • Added an even simpler, interactive way to customize your C++ template file
  • Added checking whether C++ compiler is installed before contests
  • Added link to URL documentation when encountering malformed or unknown URLs
  • Added retry button for failing to open a website in an external browser
  • Added displaying suggested filenames during template instantation
  • Added more elegant 'website could not be analyzed' errors
  • Added config switch to enable logging, now off by default
  • Fixed hardcoding problem id at SPOJ, which could've possibly caused submit failures
  • Removed opening tasks in an existing directory

0.7.5

08 Mar 10:47
Compare
Choose a tag to compare
  • Fixed logging too much

0.7.4

06 Mar 15:58
Compare
Choose a tag to compare
  • Added a simpler way to customize your C++ template file
  • Added builtin code templates for slow solutions, input generators and checkers
  • Added many new action buttons for learning how to use ICIE
  • Added better error messages

0.7.3

23 Feb 13:29
Compare
Choose a tag to compare
  • Added showing compilation output
  • Added more friendly error messages
  • Added automated error reporting
  • Fixed broken CodeChef submitting, which happened due to website updates
  • Removed move-to-warning in favor of compilation output channel

0.7.2

16 Feb 16:52
Compare
Choose a tag to compare
  • Fixed AtCoder 'unrecognized login outcome' errors, and possibly the same error in Codeforces
  • Fixed AtCoder ongoing contest support, by fixing selecting ◉ dots as a part of AtCoder contest titles
  • Removed way too customizable contest/task directory naming

0.7.1

13 Feb 17:32
Compare
Choose a tag to compare
  • Added more logging to help diagnose a Codeforces login issue

0.7

25 Jan 17:34
Compare
Choose a tag to compare
0.7
  • Added Windows and macOS support
  • Added support for Codeforces training group tasks
  • Added progress bar when scanning for contests
  • Added link to submission details in tracking notification
  • Added extension icon and customized background colors
  • Added displaying package manager name in install suggestions
  • Added support for installing packages with Arch's Pacman
  • Fixed the newsletter to appear less often
  • Fixed errors when dealing with some rare Codeforces verdicts
  • Fixed SIO2 backend not checking if logged in when submitting
  • Fixed telemetry to follow the intended usage patterns