From a675acb2c01feaa3b2e6d3a31be42d0859e681d3 Mon Sep 17 00:00:00 2001 From: tarolabs Date: Thu, 25 Aug 2016 11:28:53 +0800 Subject: [PATCH] 3.3 was released. --- README.md | 15 +++++++++++++-- newversion.txt | 9 +++++---- version.txt | 2 +- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c70674b..05b0bbb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ -SSCap是一个Windows下C++版的Shadowsocks客户端. 相比其它的客户端更稳定更快速,不会出现其它版本中常现的接收数据错误.
+

+ SSCap是一个Windows下C++版的Shadowsocks客户端. 相比其它的客户端更稳定更快速,不会出现其它版本中常现的接收数据错误.
+
+2016.08.24 3.3
+1, 修复某些情况下无法编辑节点备注的BUG. 
+2, 修复某些情况下编辑节点时导至程序崩溃的BUG.
+3, 增加拷贝到节点明文信息
+4, 节点备注信息可以更长.

2016.08.08 3.2
1, 修改默认启用系统代理的逻辑.用户手动禁用系统代理后不再恢复之前保存的系统代理.
@@ -104,4 +111,8 @@ first issue, Key Features:
1, Support aes-256-cfb/aes-192-cfb/aes-128-cfb,md5,rc-md5,chacha20,chacha20-ietf,salsa20 encryption.
2, Test shadowsocks node in sscap
3, Show speed and traffic of every ss node.
-4, support from win xp to win 10 windows os.
\ No newline at end of file +4, support from win xp to win 10 windows os. +

+

+
+

\ No newline at end of file diff --git a/newversion.txt b/newversion.txt index 90705ba..6fa6e58 100644 --- a/newversion.txt +++ b/newversion.txt @@ -1,4 +1,5 @@ -3.2|2016.08.08 3.2 -1, 修改默认启用系统代理的逻辑.用户手动禁用系统代理后不再恢复之前保存的系统代理. -2, 兼容新的SS链接格式. -3, 其它小BUG修改. \ No newline at end of file +3.3|2016.08.24 3.3 +1, 修复某些情况下无法编辑节点备注的BUG. +2, 修复某些情况下编辑节点时导至程序崩溃的BUG. +3, 增加拷贝到节点明文信息 +4, 节点备注信息可以更长. \ No newline at end of file diff --git a/version.txt b/version.txt index 4fe5631..f30101c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.2 \ No newline at end of file +3.3 \ No newline at end of file