From 2ebd4d74695af77467612d4ce610e4e0262fbb79 Mon Sep 17 00:00:00 2001 From: celeron533 Date: Thu, 10 Sep 2020 17:16:55 +0800 Subject: [PATCH] Update CHANGES and bump version --- CHANGES | 16 +++++++++++++++- .../Controller/Service/UpdateChecker.cs | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 7e02ec123..711df63fe 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,18 @@ -4.1.10.0 2020-4-11 +4.2.0.0 2020-09-10 +- Update TCPHandler.lastActivity (#2858) +- Add Franch translation (#2861) +- New option for ss:// URL association (#2855) +- Updated Korean Language (#2871) +- Decouple statistic and TCPRelay (#2872) +- Fix nLogConfig NullReferenceExceltion (#2887) +- Use v2ray GeoSsite to replace GFWList (#2875) +- Optimize the updater and downloader (#2910) +- Update SIP002 (#2904) +- Update Japanese translations +- Fix improperly parsed remark section (#2935) +- Other minor bug fixes and improvements + +4.1.10.0 2020-04-11 - Fix NLog config file issue (#2841, #2846) - Tweak log level diff --git a/shadowsocks-csharp/Controller/Service/UpdateChecker.cs b/shadowsocks-csharp/Controller/Service/UpdateChecker.cs index 29a888fa7..3d4cdcf80 100644 --- a/shadowsocks-csharp/Controller/Service/UpdateChecker.cs +++ b/shadowsocks-csharp/Controller/Service/UpdateChecker.cs @@ -26,7 +26,7 @@ public class UpdateChecker public string LatestVersionLocalName; public event EventHandler CheckUpdateCompleted; - public const string Version = "4.1.10.0"; + public const string Version = "4.2.0.0"; private class CheckUpdateTimer : System.Timers.Timer {