- #157 Support decimal number judge
- Decimal number judge and the error value for the judge are automatically detected by analyzing the problem statement.
- Thanks for @chaemon's contribution! This is a very useful functionality.
- #153 Support C#
- Thanks for @chaemon's contribution again!
- #159 "Show Version" functionality on atcoder-tools command
- #140 Make example input / output names configurable from EtcConfig
- Thanks for @kitagawa-hr's contribution!
- #146 Support NIM
- Thanks for @chaemon's contribution!
- #145 Support DLang
- Thanks for @penpenpng's contribution!
- #148 Fix "codegen" error on Windows
- Thanks for @penpenpng's contribution!
- #144 Fix Python code generator to generate codes following PEP8
- Thanks for @penpenpng's contribution!
- #142 Stop using root logger
- Thanks for @kmyk's contribution!
- #150 Fix a bug flake8 in .travis.yml doesn't work
- Thanks for @kmyk's contribution!
- #138 Fix a bug that generated main.py is not executable by making source files executable when their codes have shebang
- Thanks for @kmyk's contribution!
- #132 By default, stop showing example details on test command when getting AC but with stderr
- Thanks for @blue-jam's contribution!
- #131 Support coloring functionality on Windows
- Thanks for @kotamanegi's contribution!
- #128 Show new AtCoder URL to the submission page
- Thanks for @kotamanegi's contribution again!
- #122 Support pip installation on Windows (cmd.exe)
- Thanks for @kotamanegi's contribution!
- #115 Userscript to see generated code by atcoder-tools for archived contests
- Thanks for @kmyk's contribution!
- #117 Add tool advertisement on the default codes
- Thanks for @kmyk's contribution again!
- #98 Add "codegen" sub command to simply generate the input part for a specific problem without preparing other files.
- Thanks for @kmyk's contribution!
- #97 Support Python 3
- Thanks for @kmyk's contribution again!
- Add an explicit disclaimer on README.md
- #84 Output stdout even when getting RE or TLE.
- #86 Support Rust
- Thanks for @fukatani's contribution and @koba-e964's code review!
- #88 Fix a bug you can't specify a code to submit by --code for submit command.
- #92 Add unit tests to check if the default templates / code generators are correct, including a bug fix of Java code generator about two-dimensional input.
This version includes a breaking change. Deleting --replacement parameter requires some changes in your template. See #79.
- #80 Anything configurable from command line is configurable from toml
- #79 Delete --replacement and use template for both failure and success instead
- #78 Better default C++ template with move semantics
- #76 Fix a bug the default templates are wrong.
- #68 Support custom code generator specification.
- #69 Support template file specification in toml.
- #65 Ignore exception while checking version.
- #64 Increase recall of input format prediction, supporting tex formula.
- #71 Minor speeding up of prediction.
- #73 Colorful messages in gen / tester / submit.
- Fix a bug that the color never goes back when you get a message saying "the latest version is available".
- #59 Support user-defined postprocessor commands after code generation.
- #54 Support constants (MOD/YES/NO) prediction so you can use them in your template.
- #52 Support codestyle configuration.
- #50 Add version checker to notify new versions to users.
- #49 Support "atcoder-tools submit" command.
- Fix a bug that requirements.txt is not found during package installation.
- #44 Implement more parameters for the test script (See PR for details)
- #41 Cleaner input code generation (Difference)
- No history