We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79bc04 commit 55cd6c5Copy full SHA for 55cd6c5
CHANGES
@@ -1,5 +1,8 @@
1
+4.1.3.1 2018-12-09
2
+- Fix error when usersettings bypasslist is null
3
+
4
4.1.3 2018-12-08
-- Fix sysproxy hanging issue
5
+- Refine sysproxy exception handling
6
- Keep user bypass setting when use global proxy mode
7
- Update .Net download link
8
- Minor improvements
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.3";
+ public const string Version = "4.1.3.1";
28
29
private class CheckUpdateTimer : System.Timers.Timer
30
{
0 commit comments