Skip to content

Commit 5d14999

Browse files
committed
Merge pull request #458 from GangZhuo/master
bump 3.0
2 parents 4bdd864 + a9589db commit 5d14999

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
2.5.8 2015-09-20
212
- Update GFWList url
313

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class UpdateChecker
2323
public string LatestVersionLocalName;
2424
public event EventHandler CheckUpdateCompleted;
2525

26-
public const string Version = "2.5.8.2";
26+
public const string Version = "3.0";
2727

2828
private class CheckUpdateTimer : System.Timers.Timer
2929
{

0 commit comments

Comments
 (0)