diff --git a/CHANGES b/CHANGES index 9931ac1d..dfd257c0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +4.1.7 2019-07-10 +- Fix UDP relay (#2387) +- Support Windows 10 1903 Light Theme (#2379) +- Listening on local IPv6 interface (#2419) (Experimental) +- Turn off per-monitor DPI awareness as it is not supported (#2427) +- Fix a defect when parsing ss:// URL (#2364) +- Upgrade the development environment to VS2017 with .NET Framework 4.7.2 +- Refactoring config form (#2410) +- Refactoring tray icon +- Other minor bug fixes and improvements + 4.1.6 2019-04-17 - Add http proxy "basic access authentication" - Add check box to toggle plugin argument input diff --git a/shadowsocks-csharp/Controller/Service/UpdateChecker.cs b/shadowsocks-csharp/Controller/Service/UpdateChecker.cs index 6cf562a3..5f5aff9b 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.6"; + public const string Version = "4.1.7"; private class CheckUpdateTimer : System.Timers.Timer {