File tree 2 files changed +16
-2
lines changed
shadowsocks-csharp/Controller/Service
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- 4.1.10.0 2020-4-11
1
+ 4.2.0.0 2020-09-10
2
+ - Update TCPHandler.lastActivity (#2858)
3
+ - Add Franch translation (#2861)
4
+ - New option for ss:// URL association (#2855)
5
+ - Updated Korean Language (#2871)
6
+ - Decouple statistic and TCPRelay (#2872)
7
+ - Fix nLogConfig NullReferenceExceltion (#2887)
8
+ - Use v2ray GeoSsite to replace GFWList (#2875)
9
+ - Optimize the updater and downloader (#2910)
10
+ - Update SIP002 (#2904)
11
+ - Update Japanese translations
12
+ - Fix improperly parsed remark section (#2935)
13
+ - Other minor bug fixes and improvements
14
+
15
+ 4.1.10.0 2020-04-11
2
16
- Fix NLog config file issue (#2841, #2846)
3
17
- Tweak log level
4
18
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class UpdateChecker
26
26
public string LatestVersionLocalName ;
27
27
public event EventHandler CheckUpdateCompleted ;
28
28
29
- public const string Version = "4.1.10 .0" ;
29
+ public const string Version = "4.2.0 .0" ;
30
30
31
31
private class CheckUpdateTimer : System . Timers . Timer
32
32
{
You can’t perform that action at this time.
0 commit comments