Skip to content

Commit 6893af1

Browse files
committed
Update CHANGES and bump version
1 parent 36defe9 commit 6893af1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
4.1.9.3 2020-03-31
2+
- Set default method to chacha20-ietf-poly1305
3+
- Using hash in PAC URL (#2759)
4+
- Rename and translate title of statistics form (#2768)
5+
- Russian translation (#2767)
6+
- Refine Updated Notification logic
7+
- Using NLog (#2783)
8+
- Bug fix: wrong server in tray menu (#2782)
9+
- Deprecate unsafe encryption method (#2757, #2801)
10+
- Bug fix: server config is overwritten by others when moving up/down (#2830)
11+
- Other minor bug fixes and improvements
12+
113
4.1.9.2 2019-12-25
214
- Fix i18n issues (#2740, #2741)
315

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class UpdateChecker
2626
public string LatestVersionLocalName;
2727
public event EventHandler CheckUpdateCompleted;
2828

29-
public const string Version = "4.1.9.2";
29+
public const string Version = "4.1.9.3";
3030

3131
private class CheckUpdateTimer : System.Timers.Timer
3232
{

0 commit comments

Comments
 (0)