Browse Source

Update CHANGES and bump version

tags/3.3.6^0
noisyfox 8 years ago
parent
commit
b6cd8e0750
2 changed files with 12 additions and 1 deletions
  1. +11
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 11
- 0
CHANGES View File

@@ -1,3 +1,14 @@
3.3.6 2016-12-6
- Refine system proxy mode switching logic,
merge 'Switch to PAC' and 'Switch to Global' into
'Switch system proxy mode'.
- Don't store LogViewer window size in config file,
now you can sync config between devices with different
resolutions.
- Add tag support for SS url
- Add pre-release channel in update checker
- Bug fixes and improvements

3.3.5 2016-11-7 3.3.5 2016-11-7
- Improve system power mode handling - Improve system power mode handling
- Update mbed TLS to 2.4.0 - Update mbed TLS to 2.4.0


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

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


Loading…
Cancel
Save