Browse Source

Update CHANGES and bump version

tags/4.1.3
celeron533 6 years ago
parent
commit
e7f33e3b9d
2 changed files with 7 additions and 1 deletions
  1. +6
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 6
- 0
CHANGES View File

@@ -1,3 +1,9 @@
4.1.3 2018-12-08
- Fix sysproxy hanging issue
- Keep user bypass setting when use global proxy mode
- Update .Net download link
- Minor improvements

4.1.2 2018-09-13
- Fix plugin CLI argument environment variable issue (#1969 #1818)
- Other minor bug fixes and improvements (#1978 #1968 #1993)


+ 1
- 1
shadowsocks-csharp/Controller/Service/UpdateChecker.cs View File

@@ -24,7 +24,7 @@ namespace Shadowsocks.Controller
public string LatestVersionLocalName;
public event EventHandler CheckUpdateCompleted;
public const string Version = "4.1.2";
public const string Version = "4.1.3";
private class CheckUpdateTimer : System.Timers.Timer
{


Loading…
Cancel
Save