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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,11 @@
1
1
# Change Log
2
+
## 2.3.0 / 2021-5-11
3
+
Release version 2.3.0
4
+
|PR|Change Summary|Label|Author|
5
+
|:---|:---|:---|:---:|
6
+
|[#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)|
2
9
## 2.2.0 / 2021-4-22
3
10
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.
4
11
|PR|Change Summary|Label|Author|
@@ -42,15 +49,15 @@ Release version 2.0.0. Python 3.5 is not supported anymore.
42
49
|[#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)|
43
50
|[#156](https://github.com/kyuridenamida/atcoder-tools/pull/156)|Support decimal number judge|**enhancement**|[chaemon](https://github.com/chaemon)|
44
51
|[#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)|
50
57
|[#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)|
51
58
|[#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)|
55
62
|[#142](https://github.com/kyuridenamida/atcoder-tools/pull/142)|Stop using root logger|**enhancement**|[kmyk](https://github.com/kmyk)|
56
63
|[#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)|
@@ -72,14 +79,14 @@ Release version 2.0.0. Python 3.5 is not supported anymore.
72
79
|:---|:---|:---|:---:|
73
80
|[#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)|
74
81
|[#98](https://github.com/kyuridenamida/atcoder-tools/pull/98)| Add the "codegen" subcommand|**enhancement**|[kmyk](https://github.com/kmyk)|
75
-
|[#97](https://github.com/kyuridenamida/atcoder-tools/pull/97)|Add a code generator for Python 3|**enhancement**|[kmyk](https://github.com/kmyk)|
82
+
|[#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)|
76
83
## 1.1.1 / 2019-2-14
77
84
|PR|Change Summary|Label|Author|
78
85
|:---|:---|:---|:---:|
79
86
|[#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)|
80
87
|[#91](https://github.com/kyuridenamida/atcoder-tools/pull/91)|Refactor codes around language|**dev-env-improvement**|[kyuridenamida](https://github.com/kyuridenamida)|
81
88
|[#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)|
0 commit comments