Skip to content

Commit

Permalink
push v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
L-codes committed Mar 28, 2022
1 parent 17502c2 commit 93ea6a9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

### v3.8.0(preview):
### v3.8.0:
Server: Optimize php, remove the `?>` end, avoid adding `\n` at the end when other editors save
Client: Add debug information for http requests to facilitate debugging and analysis
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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

### v3.8.0(preview):
### v3.8.0:
Server: 优化 php, 删除 `?>` 结尾,避免其它编辑器保存时末尾添加`\n`
Client: 增加 http 请求时的 debug 信息, 方便调试分析
Client: 增加 `--extract expr` 参数,应对服务端动态前后追加内容的环境,手动设置提取 BODY 内容, 如服务端返回 <p>base64data </p>, 则可用 `--extract '<p>REGBODY</p>'` 应对
Expand Down
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## Version

3.7.0 - [Change Log](CHANGELOG-en.md)
3.8.0 - [Change Log](CHANGELOG-en.md)


## Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Version

3.7.0 - [版本修改日志](CHANGELOG.md)
3.8.0 - [版本修改日志](CHANGELOG.md)



Expand Down
2 changes: 1 addition & 1 deletion neoreg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

__author__ = 'L'
__version__ = '3.8.0(preview)'
__version__ = '3.8.0'

import sys
import os
Expand Down

0 comments on commit 93ea6a9

Please sign in to comment.