Browse Source

⬆ Update CHANGES and bump version

tags/4.2.1.0^0
database64128 4 years ago
parent
commit
7e0a62e526
No known key found for this signature in database GPG Key ID: 1CA27546BEDB8B01
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.2.1.0 2020-10-12
- SIP008 support (#2942)
- Exclude @cn from PAC proxied list (#2982)
- Transition to WPF: ReactiveUI and ServerSharingView (#2959)
- User-Agent for OnlineConfigResolver and GeositeUpdater (#2978)
4.2.0.1 2020-09-26
- Fix domain rule handling in PAC script (#2956)


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


Loading…
Cancel
Save