You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[#247](https://github.com/kyuridenamida/atcoder-tools/pull/247)|READMEのexec on submitの部分を加筆||[chaemon](https://github.com/chaemon)|
18
+
|[#246](https://github.com/kyuridenamida/atcoder-tools/pull/246)|Changed to use compile_command in the toml file when test and submit|**enhancement**|[shibukazu](https://github.com/shibukazu)|
|[#245](https://github.com/kyuridenamida/atcoder-tools/pull/245)|Fix #240 Add missing return statement in submit_main|**bug**|[naskya](https://github.com/naskya)|
25
+
|[#244](https://github.com/kyuridenamida/atcoder-tools/pull/244)|Add description for code_generator_toml|**enhancement**<br/>**generator**|[firewood](https://github.com/firewood)|
26
+
## 2.8.0 / 2021-8-19
27
+
Release version 2.8.0
28
+
|PR|Change Summary|Label|Author|
29
+
|:---|:---|:---|:---:|
30
+
|[#242](https://github.com/kyuridenamida/atcoder-tools/pull/242)|use input_part_prefix to generate code properly|**enhancement**<br/>**generator**|[kotet](https://github.com/kotet)|
31
+
## 2.7.0 / 2021-8-19
32
+
Release version 2.7.0
33
+
|PR|Change Summary|Label|Author|
34
+
|:---|:---|:---|:---:|
35
+
|[#243](https://github.com/kyuridenamida/atcoder-tools/pull/243)|enable compiler config by toml||[trickstar0301](https://github.com/trickstar0301)|
|[#231](https://github.com/kyuridenamida/atcoder-tools/pull/231)|Add new command: compile|**enhancement**|[chaemon](https://github.com/chaemon)|
53
+
## 2.3.1 / 2021-5-19
54
+
Release version 2.3.1
55
+
|PR|Change Summary|Label|Author|
56
+
|:---|:---|:---|:---:|
57
+
|[#230](https://github.com/kyuridenamida/atcoder-tools/pull/230)|Improvement in universal_generator/cpp.toml|**bug**<br/>**language-support**|[naskya](https://github.com/naskya)|
58
+
## 2.3.0 / 2021-5-11
59
+
Release version 2.3.0
60
+
|PR|Change Summary|Label|Author|
61
+
|:---|:---|:---|:---:|
62
+
|[#228](https://github.com/kyuridenamida/atcoder-tools/pull/228)|Universal Code Generator to support new languages easily|**enhancement**<br/>**language-support**|[chaemon](https://github.com/chaemon)|
|[#211](https://github.com/kyuridenamida/atcoder-tools/pull/211)|Add Swift Support|**enhancement**<br/>**language-support**|[firewood](https://github.com/firewood)|
65
+
## 2.2.0 / 2021-4-22
66
+
Release version 2.2.0. From this version on, you can't use Python 3.6 because f-string is used in the code. Please upgrade your Python to at least 3.6 when you encounter some error about syntax.
67
+
|PR|Change Summary|Label|Author|
68
+
|:---|:---|:---|:---:|
69
+
|[#223](https://github.com/kyuridenamida/atcoder-tools/pull/223)|Fix no inversion of save_no_session_cache in submit.py|**bug**|[dnek](https://github.com/dnek)|
70
+
|[#222](https://github.com/kyuridenamida/atcoder-tools/pull/222)|New option to skip preparing existing problem directories|**enhancement**|[dnek](https://github.com/dnek)|
71
+
## 2.1.0 / 2021-4-21
72
+
Release version 2.1.0
73
+
|PR|Change Summary|Label|Author|
74
+
|:---|:---|:---|:---:|
75
+
|[#217](https://github.com/kyuridenamida/atcoder-tools/pull/217)|Fix run_program crash on TLE test cases|**bug**|[penpenpng](https://github.com/penpenpng)|
Release version 2.0.0. Python 3.5 is not supported anymore.
4
79
|PR|Change Summary|Label|Author|
5
80
|:---|:---|:---|:---:|
6
81
|[#221](https://github.com/kyuridenamida/atcoder-tools/pull/221)|Add a github workflow to autogenerate changelog|**dev-env-improvement**|[kyuridenamida](https://github.com/kyuridenamida)|
7
82
|[#219](https://github.com/kyuridenamida/atcoder-tools/pull/219)|Refactor contribution process + Stop supporting Python 3.5|**dev-env-improvement**|[kyuridenamida](https://github.com/kyuridenamida)|
8
83
|[#214](https://github.com/kyuridenamida/atcoder-tools/pull/214)|Bump react-dev-utils from 6.1.1 to 11.0.4 in /webapp|**dependencies**|[dependabot[bot]](https://github.com/apps/dependabot)|
84
+
|[#212](https://github.com/kyuridenamida/atcoder-tools/pull/212)|Test by GitHub Actions|**dev-env-improvement**|[firewood](https://github.com/firewood)|
85
+
|[#206](https://github.com/kyuridenamida/atcoder-tools/pull/206)|Bump marked from 0.6.0 to 0.7.0 in /webapp|**dependencies**|[dependabot[bot]](https://github.com/apps/dependabot)|
9
86
## 1.1.7.1 / 2020-5-16
10
87
|PR|Change Summary|Label|Author|
11
88
|:---|:---|:---|:---:|
@@ -28,15 +105,15 @@ Release version 2.0.0. Python 3.5 is not supported anymore.
28
105
|[#157](https://github.com/kyuridenamida/atcoder-tools/pull/157)|Reinforce unit tests & Support C# & error type on documentation page|**dev-env-improvement**|[kyuridenamida](https://github.com/kyuridenamida)|
29
106
|[#156](https://github.com/kyuridenamida/atcoder-tools/pull/156)|Support decimal number judge|**enhancement**|[chaemon](https://github.com/chaemon)|
30
107
|[#154](https://github.com/kyuridenamida/atcoder-tools/pull/154)|Make default code style configurable at language level|**enhancement**|[chaemon](https://github.com/chaemon)|
|[#151](https://github.com/kyuridenamida/atcoder-tools/pull/151)|Fix nim to work with the default indent setting|**bug**|[kyuridenamida](https://github.com/kyuridenamida)|
36
113
|[#150](https://github.com/kyuridenamida/atcoder-tools/pull/150)|Fix a bug flake8 in .travis.yml doesn't work|**bug**|[kmyk](https://github.com/kmyk)|
37
114
|[#148](https://github.com/kyuridenamida/atcoder-tools/pull/148)|Fix "codegen" error on Windows|**bug**|[penpenpng](https://github.com/penpenpng)|
|[#144](https://github.com/kyuridenamida/atcoder-tools/pull/144)|Fix Python code generator to generate codes following PEP8|**bug**|[penpenpng](https://github.com/penpenpng)|
41
118
|[#142](https://github.com/kyuridenamida/atcoder-tools/pull/142)|Stop using root logger|**enhancement**|[kmyk](https://github.com/kmyk)|
42
119
|[#141](https://github.com/kyuridenamida/atcoder-tools/pull/141)|Make example input / output names configurable from EtcConfig|**enhancement**|[kitagawa-hr](https://github.com/kitagawa-hr)|
@@ -58,14 +135,14 @@ Release version 2.0.0. Python 3.5 is not supported anymore.
58
135
|:---|:---|:---|:---:|
59
136
|[#110](https://github.com/kyuridenamida/atcoder-tools/pull/110)|Store all quality results into /api/all.json in Doc|**enhancement**|[kyuridenamida](https://github.com/kyuridenamida)|
60
137
|[#98](https://github.com/kyuridenamida/atcoder-tools/pull/98)| Add the "codegen" subcommand|**enhancement**|[kmyk](https://github.com/kmyk)|
61
-
|[#97](https://github.com/kyuridenamida/atcoder-tools/pull/97)|Add a code generator for Python 3|**enhancement**|[kmyk](https://github.com/kmyk)|
138
+
|[#97](https://github.com/kyuridenamida/atcoder-tools/pull/97)|Add a code generator for Python 3|**enhancement**<br/>**language-support**|[kmyk](https://github.com/kmyk)|
62
139
## 1.1.1 / 2019-2-14
63
140
|PR|Change Summary|Label|Author|
64
141
|:---|:---|:---|:---:|
65
142
|[#92](https://github.com/kyuridenamida/atcoder-tools/pull/92)|Add local compile tests for default templates / code generators|**dev-env-improvement**|[kyuridenamida](https://github.com/kyuridenamida)|
66
143
|[#91](https://github.com/kyuridenamida/atcoder-tools/pull/91)|Refactor codes around language|**dev-env-improvement**|[kyuridenamida](https://github.com/kyuridenamida)|
67
144
|[#88](https://github.com/kyuridenamida/atcoder-tools/pull/88)|#87 fix bug you can't specify a code to submit by --code for submit command|**bug**|[kyuridenamida](https://github.com/kyuridenamida)|
|[#84](https://github.com/kyuridenamida/atcoder-tools/pull/84)|Output stdout even when getting RE or TLE|**enhancement**|[kyuridenamida](https://github.com/kyuridenamida)|
70
147
## 1.1.0 / 2019-1-17
71
148
|PR|Change Summary|Label|Author|
@@ -98,4 +175,4 @@ Release version 2.0.0. Python 3.5 is not supported anymore.
0 commit comments