Skip to content

Commit

Permalink
Update CHANGES and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
celeron533 committed Dec 21, 2019
1 parent 39ad6fc commit afa370b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
4.1.9.0 2019-12-21
- Refine merge PAC+abp script logic (#2598)
- Format the proxy hostname in GfwListUpdater (#2616)
- Fix the trayIcon display issue under Win10 dark theme (#2658)
- Set default encryption method as chacha20-ietf-poly1305 (#2699)
- Translate statistics config form (#2698)
- Update .Net Framework download link (#2731)
- Use MD5 hash instead of timestamp for PAC URL parameter (#2705)
- Add option "Show Plugin Output" (#2722)
- Support custom GFWListUrl defined in config file (#2728)
- Implement new I18N csv structure (#2712)
- Refine message when plugin program file does not exist (#2730)
- Other minor bug fixes and improvements

4.1.8 2019-10-31
- Update the nuget configurations and packages
- Fix some crash about thread-safe in statistics (#2591)
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 @@ -24,7 +24,7 @@ public class UpdateChecker
public string LatestVersionLocalName;
public event EventHandler CheckUpdateCompleted;

public const string Version = "4.1.8.0";
public const string Version = "4.1.9.0";

private class CheckUpdateTimer : System.Timers.Timer
{
Expand Down

0 comments on commit afa370b

Please sign in to comment.