Skip to content

Commit

Permalink
push v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
L-codes committed Jun 20, 2022
1 parent 91f8ddc commit a9495ca
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

### v3.8.1:
Server: java side, fix the problem that neoreg has no echo under listener
Server: java side, intranet forwarding supports https (ignoring certificate security @BeichenDream PR)

### 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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

### v3.8.1:
Server: java 端,修复在 listener 下 neoreg 没有回显问题
Server: java 端,内网转发支持 https 了 (忽略证书安全 @BeichenDream 的 PR)

### v3.8.0:
Server: 优化 php, 删除 `?>` 结尾,避免其它编辑器保存时末尾添加`\n`
Client: 增加 http 请求时的 debug 信息, 方便调试分析
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.8.0 - [Change Log](CHANGELOG-en.md)
3.8.1 - [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.8.0 - [版本修改日志](CHANGELOG.md)
3.8.1 - [版本修改日志](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'
__version__ = '3.8.1'

import sys
import os
Expand Down

0 comments on commit a9495ca

Please sign in to comment.