We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8776446 commit 60a5572Copy full SHA for 60a5572
CHANGES
@@ -1,3 +1,8 @@
1
+4.0.1 2017-04-08
2
+- Fix UDP relay
3
+- Allow to add multiple servers via Shadowsocks URL
4
+- Bug fixes and improvements
5
+
6
4.0 2017-04-04
7
- Add AEAD ciphers support, removed OTA
8
- I18N: add Japanese support, update Traditional Chinese strings
shadowsocks-csharp/Controller/Service/UpdateChecker.cs
@@ -24,7 +24,7 @@ public class UpdateChecker
24
public string LatestVersionLocalName;
25
public event EventHandler CheckUpdateCompleted;
26
27
- public const string Version = "4.0";
+ public const string Version = "4.0.1";
28
29
private class CheckUpdateTimer : System.Timers.Timer
30
{
0 commit comments