Icie Versions Save

Competitive programming IDE-as-a-VS-Code-plugin

0.7.19

4 years ago
  • Fixed low contrast of stderr text.

0.7.18

4 years ago
  • Added modern, more clear test view user interface.
  • Added help text when adding new tests.
  • Fixed configuration option descriptions being split into random lines.

0.7.17

4 years ago
  • Added message about the Discord to the default code template and newsletter.
  • Added documentation about resetting passwords to README. Just press CtrlShiftP and type "ICIE Password reset".
  • Fixed AtCoder latest "website could not be analyzed" errors when submitting.

0.7.16

4 years ago
  • Added official Discord channel.
  • Fixed displaying dates in UTC instead of local time.
  • Fixed not detecting access denied on some sio2 sites.
  • Fixed not treating no languages found as a WCNBA error.

0.7.15

4 years ago
  • Added support for Alacritty terminal emulator.
  • Fixed Codeforces 'website could not be analyzed' error fetching contest title, which has not yet started.

0.7.14

4 years ago
  • Fixed handling IE (Internal Error) verdict at AtCoder.
  • Fixed panics when trying to launch quickpasting.
  • Fixed handling of weird characters in contest/task titles, which could result in EINVAL error, especially on Windows. Now, all non-alphanumeric (Unicode aware) characters are stripped from titles.

0.7.13

4 years ago
  • Added manual error reports for 'website could not be analyzed' errors. If you are getting one, please press the report button and make a bug report. It's really hard to debug these without any information!

0.7.12

4 years ago
  • Fixed parsing example tests on Codeforces, where "Input" and "Output" headers were downloaded as test data instead of the actual test data.

0.7.11

4 years ago
  • Fixed parsing some CodeChef problems failing with "missing field practice_submission_allowed".

0.7.10

4 years ago
  • Added resetting credentials by selecting from a list, in addition to entering an URL.
  • Fixed only detecting "C++14 (GCC 5.4.1)" and not "C++ (GCC 9.2.1)" at AtCoder.
  • Fixed rare panics when executable exited too fast and closed stdin before we could write to it.