Browse Source

update CHANGES and bump version

tags/4.0.1^0
Syrone Wong 8 years ago
parent
commit
60a5572808
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 @@
4.0.1 2017-04-08
- Fix UDP relay
- Allow to add multiple servers via Shadowsocks URL
- Bug fixes and improvements

4.0 2017-04-04
- Add AEAD ciphers support, removed OTA
- I18N: add Japanese support, update Traditional Chinese strings


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


Loading…
Cancel
Save