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 081bbaf commit ed31a3cCopy full SHA for ed31a3c
CHANGES
@@ -1,3 +1,7 @@
1
+4.0.5 2017-08-09
2
+- Fix crash when user-wininet.json fail to parse. (#1178)
3
+- Bug fixes and improvements.
4
+
5
4.0.4 2017-06-01
6
- Save user wininet settings as user-wininet.json
7
- Improve performance of aes-256-gcm
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.0.4";
+ public const string Version = "4.0.5";
28
29
private class CheckUpdateTimer : System.Timers.Timer
30
{
0 commit comments