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 Mar 31, 2020
1 parent 36defe9 commit 6893af1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
4.1.9.3 2020-03-31
- Set default method to chacha20-ietf-poly1305
- Using hash in PAC URL (#2759)
- Rename and translate title of statistics form (#2768)
- Russian translation (#2767)
- Refine Updated Notification logic
- Using NLog (#2783)
- Bug fix: wrong server in tray menu (#2782)
- Deprecate unsafe encryption method (#2757, #2801)
- Bug fix: server config is overwritten by others when moving up/down (#2830)
- Other minor bug fixes and improvements

4.1.9.2 2019-12-25
- Fix i18n issues (#2740, #2741)

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.1.9.2";
public const string Version = "4.1.9.3";

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

0 comments on commit 6893af1

Please sign in to comment.