Browse Source

Merge pull request #458 from GangZhuo/master

bump 3.0
tags/3.0
Gang Zhuo 8 years ago
parent
commit
5d14999988
2 changed files with 11 additions and 1 deletions
  1. +10
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 10
- 0
CHANGES View File

@@ -1,3 +1,13 @@
3.0 2016-03-02
- Update Privoxy to 3.0.24
- Replace Choose by Total Packet Loss with Choose by Statistics
- Support Onetime Authentication
- Optional checking updates
- Download updates automatically
- Improve log viewer
- Minor fixes
- Other improvements

2.5.8 2015-09-20
- Update GFWList url



+ 1
- 1
shadowsocks-csharp/Controller/Service/UpdateChecker.cs View File

@@ -23,7 +23,7 @@ namespace Shadowsocks.Controller
public string LatestVersionLocalName;
public event EventHandler CheckUpdateCompleted;
public const string Version = "2.5.8.2";
public const string Version = "3.0";
private class CheckUpdateTimer : System.Timers.Timer
{


Loading…
Cancel
Save