Skip to content

Latest commit

 

History

History
executable file
·
98 lines (79 loc) · 7.13 KB

CHANGELOG.md

File metadata and controls

executable file
·
98 lines (79 loc) · 7.13 KB

Change Log

1.1.6 / 2019-10-06

  • #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

1.1.5 / 2019-08-20

  • #140 Make example input / output names configurable from EtcConfig
  • #146 Support NIM
  • #145 Support DLang
  • #148 Fix "codegen" error on Windows
  • #144 Fix Python code generator to generate codes following PEP8
  • #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!

1.1.4 / 2019-04-11

  • #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
  • #131 Support coloring functionality on Windows
  • #128 Show new AtCoder URL to the submission page

1.1.3 / 2019-03-06

  • #122 Support pip installation on Windows (cmd.exe)
  • #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!

1.1.2 / 2019-02-21

  • #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!

1.1.1 / 2019-02-14

  • Add an explicit disclaimer on README.md
  • #84 Output stdout even when getting RE or TLE.
  • #86 Support Rust
  • #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.

1.1.0 / 2019-01-18

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

1.0.6.1 / 2019-01-13

  • #76 Fix a bug the default templates are wrong.

1.0.6 / 2019-01-13

  • #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".

1.0.5 / 2019-01-06

  • #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.

1.0.4 / 2018-12-30

  • Fix a bug that requirements.txt is not found during package installation.
  • #44 Implement more parameters for the test script (See PR for details)

1.0.3 / 2018-12-27

1.0.2 / 2018-12-26

  • No history