Skip to content

Commit 57cba0c

Browse files
committed
push v2.2.0
1 parent 83d62e4 commit 57cba0c

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+
### v2.2.0
4+
Fix the wrong encoding problem of `--file` file
5+
Optimize the transmission rate
6+
Intranet forwarding, no forwarding locally
7+
38
### v2.1.0
49
Support HTTP forwarding, coping with load balancing environment
510
Optimize the output printing information

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+
### v2.2.0
4+
修复 `--file` 文件的错误编码问题
5+
优化传输速率
6+
内网转发,本地即不进行转发
7+
38
### v2.1.0
49
支持内网转发,应对负载均衡环境
510
优化输出打印信息

README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Neo-reGeorg
1515
Version
1616
----
1717

18-
2.1.0 - [Change Log](CHANGELOG.md)
18+
2.2.0 - [Change Log](CHANGELOG.md)
1919

2020

2121
Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Neo-reGeorg
1515
Version
1616
----
1717

18-
2.1.0 - [版本修改日志](CHANGELOG.md)
18+
2.2.0 - [版本修改日志](CHANGELOG.md)
1919

2020

2121

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__ = '2.1.0'
5+
__version__ = '2.2.0'
66

77
import sys
88
import os

0 commit comments

Comments
 (0)