Browse Source

Update CHANGES and bump version

tags/4.0.10
celeron533 6 years ago
parent
commit
1a56ea23ec
2 changed files with 9 additions and 1 deletions
  1. +8
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 8
- 0
CHANGES View File

@@ -1,3 +1,11 @@
4.0.10 2018-05-10
- Add square bracket for SIP002 IPv6 (RFC3986)
- Add plugin CLI arguments support
- Bug fix: Server address should not be encoded (#1758)
- Bug fix: Wrong splash on multi display (#1729)
- Fix PerPixelAlphaForm's issue in disigner
- Other minor bug fixes and improvements

4.0.9 2018-03-14
- Fix port occupied issue
- Add xchacha20-ietf-poly1305


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


Loading…
Cancel
Save