Releases: unneon/icie
Releases · unneon/icie
0.7.9
- 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
0.7.7
0.7.6
- 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
0.7.4
0.7.3
0.7.2
0.7.1
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