Skip to content

Commit 93ea6a9

Browse files
committed
push v3.8.0
1 parent 17502c2 commit 93ea6a9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
### v3.8.0(preview):
3+
### v3.8.0:
44
Server: Optimize php, remove the `?>` end, avoid adding `\n` at the end when other editors save
55
Client: Add debug information for http requests to facilitate debugging and analysis
66
Client: Add the `--extract expr` parameter to deal with the environment where the server dynamically appends content before and after, manually set the extraction BODY content, if the server returns <p>base64data </p>, you can use `--extract '<p>REGBODY< /p>'` to deal with

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
### v3.8.0(preview):
3+
### v3.8.0:
44
Server: 优化 php, 删除 `?>` 结尾,避免其它编辑器保存时末尾添加`\n`
55
Client: 增加 http 请求时的 debug 信息, 方便调试分析
66
Client: 增加 `--extract expr` 参数,应对服务端动态前后追加内容的环境,手动设置提取 BODY 内容, 如服务端返回 <p>base64data </p>, 则可用 `--extract '<p>REGBODY</p>'` 应对

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-
3.7.0 - [Change Log](CHANGELOG-en.md)
16+
3.8.0 - [Change Log](CHANGELOG-en.md)
1717

1818

1919
## Features

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-
3.7.0 - [版本修改日志](CHANGELOG.md)
17+
3.8.0 - [版本修改日志](CHANGELOG.md)
1818

1919

2020

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__ = '3.8.0(preview)'
5+
__version__ = '3.8.0'
66

77
import sys
88
import os

0 commit comments

Comments
 (0)