Skip to content

Commit 7e0a62e

Browse files
committed
⬆ Update CHANGES and bump version
1 parent 608675f commit 7e0a62e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.2.1.0 2020-10-12
2+
- SIP008 support (#2942)
3+
- Exclude @cn from PAC proxied list (#2982)
4+
- Transition to WPF: ReactiveUI and ServerSharingView (#2959)
5+
- User-Agent for OnlineConfigResolver and GeositeUpdater (#2978)
6+
17
4.2.0.1 2020-09-26
28
- Fix domain rule handling in PAC script (#2956)
39

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.2.0.1";
29+
public const string Version = "4.2.1.0";
3030

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

0 commit comments

Comments
 (0)