We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ae846 commit c682834Copy full SHA for c682834
CHANGES
@@ -1,5 +1,8 @@
1
+2.5.8 2015-09-20
2
+- Update GFWList url
3
+
4
2.5.7 2015-09-19
-- Fix repeated IV.
5
+- Fix repeated IV
6
7
2.5.6 2015-08-19
8
- Add portable mode. Create shadowsocks_portable_mode.txt to use it
shadowsocks-csharp/Controller/Service/UpdateChecker.cs
@@ -18,7 +18,7 @@ public class UpdateChecker
18
public string LatestVersionURL;
19
public event EventHandler NewVersionFound;
20
21
- public const string Version = "2.5.7";
+ public const string Version = "2.5.8";
22
23
public void CheckUpdate(Configuration config)
24
{
0 commit comments