Browse Source

Update CHANGES and bump version

tags/4.1.7.1
celeron533 5 years ago
parent
commit
48506fa0ea
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 4
- 0
CHANGES View File

@@ -1,3 +1,7 @@
4.1.7.1 2019-07-14
- Fix unexpected server delete behavior (#2459)
- Reduce info log when checking Windows 10 Light Theme
4.1.7 2019-07-10
- Fix UDP relay (#2387)
- Support Windows 10 1903 Light Theme (#2379)


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


Loading…
Cancel
Save