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 ecd59c8 commit 48506faCopy full SHA for 48506fa
CHANGES
@@ -1,3 +1,7 @@
1
+4.1.7.1 2019-07-14
2
+- Fix unexpected server delete behavior (#2459)
3
+- Reduce info log when checking Windows 10 Light Theme
4
+
5
4.1.7 2019-07-10
6
- Fix UDP relay (#2387)
7
- Support Windows 10 1903 Light Theme (#2379)
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.7";
+ public const string Version = "4.1.7.1";
28
29
private class CheckUpdateTimer : System.Timers.Timer
30
{
0 commit comments