Browse Source

update CHANGES and bump version

tags/4.0^0
Syrone Wong 7 years ago
parent
commit
1c899f5013
2 changed files with 7 additions and 1 deletions
  1. +6
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 6
- 0
CHANGES View File

@@ -1,3 +1,9 @@
4.0 2017-04-04
- Add AEAD ciphers support, removed OTA
- I18N: add Japanese support, update Traditional Chinese strings
- sysproxy: restore user settings when system proxy is turned off
- Bug fixes and improvements

3.4.3 2017-1-11
- Make the previous portable mode as default
- Refine networking by Noisyfox


+ 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.4.3";
public const string Version = "4.0";
private class CheckUpdateTimer : System.Timers.Timer
{


Loading…
Cancel
Save