Skip to content

Commit 2ebd4d7

Browse files
committed
Update CHANGES and bump version
1 parent 09572f8 commit 2ebd4d7

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

Diff for: CHANGES

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
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
216
- Fix NLog config file issue (#2841, #2846)
317
- Tweak log level
418

Diff for: shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class UpdateChecker
2626
public string LatestVersionLocalName;
2727
public event EventHandler CheckUpdateCompleted;
2828

29-
public const string Version = "4.1.10.0";
29+
public const string Version = "4.2.0.0";
3030

3131
private class CheckUpdateTimer : System.Timers.Timer
3232
{

0 commit comments

Comments
 (0)