-
Notifications
You must be signed in to change notification settings - Fork 31
Changelog
Alexey Dmitriev edited this page Feb 8, 2015
·
39 revisions
- 0.5.1
- Fixed run.template to really skip unchecked tests
- 0.5
- It's now possible to uncheck some tests so that solution is not run on them
-
compiability of run.template broken. In order to fix compilation you need to delete (or move)
run.template
in root directory of your project and then re-apply your changes, if any. It should be done even if you didn't customize the template
- 0.4.2
- Fixed compilation error with name.out output
- 0.4.1
- Parsers from CHelper Chrome extension supported
- 0.4
- Parsers added (Codeforces, Timus)
- 0.3.1
- Operators are not deleted.
- 0.3
- Supports multitests.
- 0.2.5
- UI: When you create a task, you should type name only once.
- 0.2.4
- "Copy Output" action.
- Class files are opened automatically on task creation.
- 0.2.3
- Bug with deleted constructor of task class fixed.
- 0.2.1
- Autoreload of CMake project in CLion after every task creation.
- 0.2
- Possibility to add/edit tests
- Possibility to create own templates
- 0.1
- First published version