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 98538e3 commit 7e21e16Copy full SHA for 7e21e16
CHANGES
@@ -1,3 +1,7 @@
1
+4.1.2 2018-09-13
2
+- Fix plugin CLI argument environment variable issue (#1969 #1818)
3
+- Other minor bug fixes and improvements (#1978 #1968 #1993)
4
+
5
4.1.1 2018-08-18
6
- Fix auto hotkey reg issue when OS wakeup
7
- Other minor bug fixes and 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.1";
+ public const string Version = "4.1.2";
28
29
private class CheckUpdateTimer : System.Timers.Timer
30
{
0 commit comments