Skip to content

Commit ffc7eae

Browse files
Release 1.1.4 (kyuridenamida#139)
1 parent a574ed3 commit ffc7eae

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 1.1.4 / 2019-04-11
4+
- [#138](https://github.com/kyuridenamida/atcoder-tools/pull/138) Fix a bug that generated main.py is not executable by making source files executable when their codes have shebang
5+
- Thanks for [@kmyk](https://github.com/kmyk/)'s contribution!
6+
- [#132](https://github.com/kyuridenamida/atcoder-tools/pull/132) By default, stop showing example details on test command when getting AC but with stderr
7+
- Thanks for [@blue-jam](https://github.com/blue-jam/)'s contribution!
8+
- [#131](https://github.com/kyuridenamida/atcoder-tools/pull/131) Support coloring functionality on Windows
9+
- Thanks for [@kotamanegi](https://github.com/kotamanegi/)'s contribution!
10+
- [#128](https://github.com/kyuridenamida/atcoder-tools/pull/128) Show new AtCoder URL to the submission page
11+
- Thanks for [@kotamanegi](https://github.com/kotamanegi/)'s contribution again!
12+
313
## 1.1.3 / 2019-03-06
414
- [#122](https://github.com/kyuridenamida/atcoder-tools/pull/122) Support pip installation on Windows (cmd.exe)
515
- Thanks for [@kotamanegi](https://github.com/kotamanegi/)'s contribution!

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ optional arguments:
121121
--timeout TIMEOUT, -t TIMEOUT
122122
Timeout for each test cases (sec) [Default] 1
123123
--knock-out, -k Stop execution immediately after any example's failure [Default] False
124-
124+
--skip-almost-ac-feedback, -s
125+
Hide inputs and expected/actual outputs if result is correct and there are error outputs [Default] False,
125126
```
126127

127128

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.3"
1+
__version__ = "1.1.4"

0 commit comments

Comments
 (0)