Skip to content

Commit 073f2c9

Browse files
committed
Finish 4.8.1
重新发布 4.8.1 本次重发布修复上次发布时libsscrypto版本错误导致的问题 -------------------- 添加 auth_chain_e/f 添加 Xchacha20 Xsalsa20 支持 更新 libsodium 到 v1.0.13
2 parents 13a9472 + 07395da commit 073f2c9

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

shadowsocks-csharp/Controller/UpdateChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class UpdateChecker
2121

2222
public const string Name = "ShadowsocksR";
2323
public const string Copyright = "Copyright © BreakWa11 2017. Fork from Shadowsocks by clowwindy";
24-
public const string Version = "4.8.0";
24+
public const string Version = "4.8.1";
2525
#if !_DOTNET_4_0
2626
public const string NetVer = "2.0";
2727
#elif !_CONSOLE
5.19 KB
Binary file not shown.
6.49 KB
Binary file not shown.

shadowsocks-csharp/View/ConfigForm.Designer.cs

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)