Browse Source

Merge branch 'shadowsold' into dev

pull/298/head
张磊 9 years ago
parent
commit
d6601c5633
4 changed files with 4 additions and 3 deletions
  1. +3
    -0
      CHANGES
  2. +0
    -2
      README.md
  3. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs
  4. BIN
      shadowsocks-csharp/Data/privoxy.exe.gz

+ 3
- 0
CHANGES View File

@@ -1,3 +1,6 @@
2.5.4 2015-08-16
- Hide Privoxy icon

2.5.3 2015-08-16 2.5.3 2015-08-16
- Replace Polipo with Privoxy - Replace Polipo with Privoxy
- Add Choose by Total Packet Loss - Add Choose by Total Packet Loss


+ 0
- 2
README.md View File

@@ -16,8 +16,6 @@ Shadowsocks for Windows


Download a [latest release]. Download a [latest release].


Notice: .Net 2.0 doesn't work well on Windows 10. We no longer support .Net 2.0. Both Shadowsocks-win-xxx.zip and Shadowsocks-win-dotnet4.0-xxx.zip are exactly the same file now. If you use Windows XP or 7, please install .Net 4.0 or higher.

#### Basic #### Basic


1. Find Shadowsocks icon in the notification tray 1. Find Shadowsocks icon in the notification tray


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

@@ -18,7 +18,7 @@ namespace Shadowsocks.Controller
public string LatestVersionURL; public string LatestVersionURL;
public event EventHandler NewVersionFound; public event EventHandler NewVersionFound;
public const string Version = "2.5.3";
public const string Version = "2.5.4";
public void CheckUpdate(Configuration config) public void CheckUpdate(Configuration config)
{ {


BIN
shadowsocks-csharp/Data/privoxy.exe.gz View File


Loading…
Cancel
Save