Browse Source

Update CHANGES and bump version

tags/3.4.0
noisyfox 7 years ago
parent
commit
ac45b44c09
2 changed files with 8 additions and 1 deletions
  1. +7
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 7
- 0
CHANGES View File

@@ -1,3 +1,10 @@
3.4.0 (pre-release) 2016-12-9
- Replace Privoxy with built-in http proxy.
- Try fix system proxy settings on windows 10 insider preview.
- Secure local pac.
- Update bypass list.
- Bug fixes and improvements.

3.3.6 2016-12-6
- Refine system proxy mode switching logic,
merge 'Switch to PAC' and 'Switch to Global' into


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

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


Loading…
Cancel
Save