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 11514db commit 2e954cbCopy full SHA for 2e954cb
CHANGES
@@ -1,3 +1,7 @@
1
+4.1.9.1 2019-12-22
2
+- Fix #2739: PAC does not work
3
+- Translate Show Plugin Option
4
+
5
4.1.9.0 2019-12-21
6
- Refine merge PAC+abp script logic (#2598)
7
- Format the proxy hostname in GfwListUpdater (#2616)
shadowsocks-csharp/Controller/Service/UpdateChecker.cs
@@ -24,7 +24,7 @@ public class UpdateChecker
24
public string LatestVersionLocalName;
25
public event EventHandler CheckUpdateCompleted;
26
27
- public const string Version = "4.1.9.0";
+ public const string Version = "4.1.9.1";
28
29
private class CheckUpdateTimer : System.Timers.Timer
30
{
0 commit comments