Browse Source

Update CHANGES and bump version

tags/4.1.3.1
celeron533 6 years ago
parent
commit
55cd6c56e1
2 changed files with 5 additions and 2 deletions
  1. +4
    -1
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 4
- 1
CHANGES View File

@@ -1,5 +1,8 @@
4.1.3.1 2018-12-09
- Fix error when usersettings bypasslist is null

4.1.3 2018-12-08
- Fix sysproxy hanging issue
- Refine sysproxy exception handling
- Keep user bypass setting when use global proxy mode
- Update .Net download link
- Minor improvements


+ 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.3";
public const string Version = "4.1.3.1";
private class CheckUpdateTimer : System.Timers.Timer
{


Loading…
Cancel
Save