From ee36bfcb08c586c5bfaaed55d87c986b3b9bfdd6 Mon Sep 17 00:00:00 2001 From: celeron533 Date: Thu, 31 Oct 2019 21:42:18 +0800 Subject: [PATCH] Update CHANGES and bump version --- CHANGES | 10 ++++++++++ shadowsocks-csharp/Controller/Service/UpdateChecker.cs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e06dd6d9..1f9b71e4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,13 @@ +4.1.8 2019-10-31 +- Update the nuget configurations and packages +- Fix some crash about thread-safe in statistics (#2591) +- Fix server list index invalidation (#2543, #2542) +- Refine PAC server (#2539) +- Update the GFWList via IPv6Loopback when available +- Modify PAC request behavior (#2526) +- Fix .NET 4.7.2 on Win7 TLS compatibility (#2473) +- Other minor bug fixes and improvements + 4.1.7.1 2019-07-14 - Fix unexpected server delete behavior (#2459) - Reduce info log when checking Windows 10 Light Theme diff --git a/shadowsocks-csharp/Controller/Service/UpdateChecker.cs b/shadowsocks-csharp/Controller/Service/UpdateChecker.cs index eff538b6..68b57198 100644 --- a/shadowsocks-csharp/Controller/Service/UpdateChecker.cs +++ b/shadowsocks-csharp/Controller/Service/UpdateChecker.cs @@ -24,7 +24,7 @@ namespace Shadowsocks.Controller public string LatestVersionLocalName; public event EventHandler CheckUpdateCompleted; - public const string Version = "4.1.7.1"; + public const string Version = "4.1.8.0"; private class CheckUpdateTimer : System.Timers.Timer {