Skip to content

Releases: unneon/icie

0.7.19

11 May 21:06
Compare
Choose a tag to compare
  • Fixed low contrast of stderr text.

0.7.18

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

06 May 21:25
Compare
Choose a tag to compare
  • 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

26 Apr 13:51
Compare
Choose a tag to compare
  • 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

21 Apr 21:16
Compare
Choose a tag to compare
  • 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

19 Apr 20:54
Compare
Choose a tag to compare
  • 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

18 Apr 23:20
Compare
Choose a tag to compare
  • 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

17 Apr 07:23
Compare
Choose a tag to compare
  • 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

14 Apr 08:58
Compare
Choose a tag to compare
  • Fixed parsing some CodeChef problems failing with "missing field practice_submission_allowed".

0.7.10

13 Apr 10:18
Compare
Choose a tag to compare
  • 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.