We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ce9bc commit 8ebe1f4Copy full SHA for 8ebe1f4
CHANGES
@@ -1,3 +1,6 @@
1
+4.2.0.1 2020-09-26
2
+- Fix domain rule handling in PAC script (#2956)
3
+
4
4.2.0.0 2020-09-10
5
- Update TCPHandler.lastActivity (#2858)
6
- Add Franch translation (#2861)
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.0";
+ public const string Version = "4.2.0.1";
30
31
private class CheckUpdateTimer : System.Timers.Timer
32
{
0 commit comments