- [breaking changes] rename default template files from `template.*` to `main.*` - [breaking changes] update default paths of `oj-contest` command - [breaking changes] change fields of the setting file of `oj-contest` command - [breaking changes] rename `oj-contest` command to `oj-prepare` command
2.9.1
- fix bugs of `template.py` about type hints - fix bugs of `--cookie` options
2.9.0
- use the default `cookie.jar` of `oj` command - add `--cookie` option for `oj-template` command and `oj-contest` command
2.8.0
- add the code generator for Python - make `oj-contest` enable executable flags if shebang exist - add `main.py` to the default templates of `oj-contest` - fix a minor bug of parser using yacc
2.7.0
- allow absolute paths for `-t` option of `oj-template` - add `template.py` as a default template
2.6.0
- recognizes constants like `1000000007` `YES` `NO` (thanks to [kyuridenamida/atcoder-tools](https://github.com/kyuridenamida/atcoder-tools)) - improve output-part of generated code