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.
2 parents 4bdd864 + a9589db commit 5d14999Copy full SHA for 5d14999
CHANGES
@@ -1,3 +1,13 @@
1
+3.0 2016-03-02
2
+- Update Privoxy to 3.0.24
3
+- Replace Choose by Total Packet Loss with Choose by Statistics
4
+- Support Onetime Authentication
5
+- Optional checking updates
6
+- Download updates automatically
7
+- Improve log viewer
8
+- Minor fixes
9
+- Other improvements
10
+
11
2.5.8 2015-09-20
12
- Update GFWList url
13
shadowsocks-csharp/Controller/Service/UpdateChecker.cs
@@ -23,7 +23,7 @@ public class UpdateChecker
23
public string LatestVersionLocalName;
24
public event EventHandler CheckUpdateCompleted;
25
26
- public const string Version = "2.5.8.2";
+ public const string Version = "3.0";
27
28
private class CheckUpdateTimer : System.Timers.Timer
29
{
0 commit comments