diff --git a/CHANGES b/CHANGES index fdae0471..bb165554 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +4.1.9.3 2020-03-31 +- Set default method to chacha20-ietf-poly1305 +- Using hash in PAC URL (#2759) +- Rename and translate title of statistics form (#2768) +- Russian translation (#2767) +- Refine Updated Notification logic +- Using NLog (#2783) +- Bug fix: wrong server in tray menu (#2782) +- Deprecate unsafe encryption method (#2757, #2801) +- Bug fix: server config is overwritten by others when moving up/down (#2830) +- Other minor bug fixes and improvements + 4.1.9.2 2019-12-25 - Fix i18n issues (#2740, #2741) diff --git a/shadowsocks-csharp/Controller/Service/UpdateChecker.cs b/shadowsocks-csharp/Controller/Service/UpdateChecker.cs index fb1aa331..bfbc460e 100644 --- a/shadowsocks-csharp/Controller/Service/UpdateChecker.cs +++ b/shadowsocks-csharp/Controller/Service/UpdateChecker.cs @@ -26,7 +26,7 @@ namespace Shadowsocks.Controller public string LatestVersionLocalName; public event EventHandler CheckUpdateCompleted; - public const string Version = "4.1.9.2"; + public const string Version = "4.1.9.3"; private class CheckUpdateTimer : System.Timers.Timer {