Skip to content

Commit 05081d1

Browse files
committed
release v5.2.1
1 parent e0a0bc1 commit 05081d1

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

CHANGELOG-en.md

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

3+
### v5.2.1:
4+
##### Fix
5+
1. Solve the problem that Windows cannot terminate the process by Ctrl+C
6+
2. Print information error
7+
38
### v5.2.0:
49
##### New Features
510
1. Added `--php` parameter. By default, it is judged based on the URL set by --url whether the .php suffix uses the PHP connection method. In special cases, you can manually use --php to specify the PHP connection method.

CHANGELOG.md

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

3+
### v5.2.1:
4+
##### 修复
5+
1. 解决 Windows 无法通过 Ctrl+C 终止进程的问题
6+
2. 打印信息错误
7+
38
### v5.2.0:
49
##### 新特征
510
1. 新增 `--php` 参数,默认根据 --url 设置的 URL 判断是否 .php 后缀使用 PHP 连接方式,特殊情况下可手工使用 --php 指定为 PHP 的连接方式

README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
## Version
1515

16-
5.2.0 - [Change Log](CHANGELOG-en.md)
16+
5.2.1 - [Change Log](CHANGELOG-en.md)
1717

1818

1919
## python dependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## Version
1616

17-
5.2.0 - [版本修改日志](CHANGELOG.md)
17+
5.2.1 - [版本修改日志](CHANGELOG.md)
1818

1919

2020
## Features

neoreg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
__author__ = 'L'
5-
__version__ = '5.2.0'
5+
__version__ = '5.2.1'
66

77
import sys
88
import os

0 commit comments

Comments
 (0)