Browse Source

Update CHANGES and bump version

tags/3.3.5^0
noisyfox 7 years ago
parent
commit
24db6438bd
2 changed files with 6 additions and 1 deletions
  1. +5
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 5
- 0
CHANGES View File

@@ -1,3 +1,8 @@
3.3.5 2016-11-7
- Improve system power mode handling
- Update mbed TLS to 2.4.0
- Check .NET Framework version on startup

3.3.4 2016-10-21 3.3.4 2016-10-21
- Fix IE dial-up and VPN connection proxy settings - Fix IE dial-up and VPN connection proxy settings
not changed since release 3.3.3. not changed since release 3.3.3.


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

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


Loading…
Cancel
Save