You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed CHelper Companion to Competitive Companion
Moved all parsers over to a TypeScript implementation
Tasks can now be sent in a universal JSON format, making it possible to support more than just CHelper
Added the option to specify custom ports which makes it possible to send the JSON format to any port on localhost, making it possible to send the parsed problem data to private tools
Added support for the acm.sgu.ru problems on Codeforces and added a parser for Jutge
Switched the Codeforces problem parser from the default one in the CHelper plugin to a custom one, because the one in the CHelper plugin is not working properly at the moment