Releases: online-judge-tools/verification-helper
Releases · online-judge-tools/verification-helper
v5.1.0
v5.0.1
v5.0.0
- #296 add flags to expand stacks of C++ programs for Cygwin environments (@jellc)
- #287 #289 #290 #294 #300 #301 (breaking changes) update the document generator
- URLs of pages are changed. redirection is enabled.
- improve the width of columns of the default theme
- make the syntax highlighting correct for non-C++ languages
- make
.verify-helper/docs/index.md
embedded into the top page - remove
@see
@sa
directive and now detect and use all URLs in source code - remove
@category
directive - remove
@ignore
directive and now recognizeexclude: [PATH, ...]
in.verify-helper/docs/_config.yml
- mark deprecated
@docs path/to/doc.md
and now recognize standalone Markdown files withdocumentation_of: path/to/source.code
front-matter - There are many internal changes. The generated documents of libraries which use customized themes may be broken 🙇