Skip to content

Commit

Permalink
⬆ Update CHANGES and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Oct 11, 2020
1 parent 608675f commit 7e0a62e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion shadowsocks-csharp/Controller/Service/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class UpdateChecker
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
{
Expand Down

0 comments on commit 7e0a62e

Please sign in to comment.