We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608675f commit 7e0a62eCopy full SHA for 7e0a62e
CHANGES
@@ -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
+
7
4.2.0.1 2020-09-26
8
- Fix domain rule handling in PAC script (#2956)
9
shadowsocks-csharp/Controller/Service/UpdateChecker.cs
@@ -26,7 +26,7 @@ public class UpdateChecker
26
public string LatestVersionLocalName;
27
public event EventHandler CheckUpdateCompleted;
28
29
- public const string Version = "4.2.0.1";
+ public const string Version = "4.2.1.0";
30
31
private class CheckUpdateTimer : System.Timers.Timer
32
{
0 commit comments