Browse Source

Update CHANGES and bump version

tags/4.2.0.1
Student Main 4 years ago
parent
commit
8ebe1f45ca
No known key found for this signature in database GPG Key ID: AA78519C208C8742
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 3
- 0
CHANGES View File

@@ -1,3 +1,6 @@
4.2.0.1 2020-09-26
- Fix domain rule handling in PAC script (#2956)
4.2.0.0 2020-09-10
- Update TCPHandler.lastActivity (#2858)
- Add Franch translation (#2861)


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

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


Loading…
Cancel
Save