Browse Source

Update CHANGES and bump version

tags/4.1.10.0
celeron533 4 years ago
parent
commit
d8c9a7c85f
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 4
- 0
CHANGES View File

@@ -1,3 +1,7 @@
4.1.10.0 2020-4-11
- Fix NLog config file issue (#2841, #2846)
- Tweak log level
4.1.9.3 2020-03-31 4.1.9.3 2020-03-31
- Set default method to chacha20-ietf-poly1305 - Set default method to chacha20-ietf-poly1305
- Using hash in PAC URL (#2759) - Using hash in PAC URL (#2759)


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

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


Loading…
Cancel
Save