Skip to content

Commit a9495ca

Browse files
committed
push v3.8.1
1 parent 91f8ddc commit a9495ca

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

CHANGELOG-en.md

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

3+
### v3.8.1:
4+
Server: java side, fix the problem that neoreg has no echo under listener
5+
Server: java side, intranet forwarding supports https (ignoring certificate security @BeichenDream PR)
6+
37
### v3.8.0:
48
Server: Optimize php, remove the `?>` end, avoid adding `\n` at the end when other editors save
59
Client: Add debug information for http requests to facilitate debugging and analysis

CHANGELOG.md

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

3+
### v3.8.1:
4+
Server: java 端,修复在 listener 下 neoreg 没有回显问题
5+
Server: java 端,内网转发支持 https 了 (忽略证书安全 @BeichenDream 的 PR)
6+
37
### v3.8.0:
48
Server: 优化 php, 删除 `?>` 结尾,避免其它编辑器保存时末尾添加`\n`
59
Client: 增加 http 请求时的 debug 信息, 方便调试分析

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.8.0 - [Change Log](CHANGELOG-en.md)
16+
3.8.1 - [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.8.0 - [版本修改日志](CHANGELOG.md)
17+
3.8.1 - [版本修改日志](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'
5+
__version__ = '3.8.1'
66

77
import sys
88
import os

0 commit comments

Comments
 (0)