2.0 Release Candidate
Pre-release
Pre-release
Update: The release jar is updated to work with latest arena (7.1.0, 2014/2/18). Please use the latest binary.
Cheers! 2.0 RC is released, with a bunch of new features packed!
Again, thanks to @vexorian.
There will be no feature-wise update before 2.0 final, new features will be
added to later versions.
Features
- Template options: let you tweak the template using configuration!
- Template dependency: automatic template dependency tracking and generation
- Colorful themes: The problem description is rewritten to include
- Time and memory limit, adopted to the new arena
- Several themes, your page, your choice!
- Problem definition section
- UI tweaking
- Dual color test template for C++ and Python, from @vexorian, really shiny!
- Multiple process support for all C++ test template, power your C++ code with cleaner state
- Timeout for after generation hook
- Enhanced engine: several new named renderers like
format
,category
(for contest name normalization),html
(for HTML tweaking), and the template engine is even more powerful with programmable-like capabilities. Check the wiki if you're interested.
Breaking changes
- boolean
override
options is changed tooverwrite
with a ternary options, see the README and wiki for details - the
upfirst
action string named renderer is renamed toupcasefirst