File tree 2 files changed +13
-1
lines changed
shadowsocks-csharp/Controller/Service
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
13
4.1.9.2 2019-12-25
2
14
- Fix i18n issues (#2740, #2741)
3
15
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class UpdateChecker
26
26
public string LatestVersionLocalName ;
27
27
public event EventHandler CheckUpdateCompleted ;
28
28
29
- public const string Version = "4.1.9.2 " ;
29
+ public const string Version = "4.1.9.3 " ;
30
30
31
31
private class CheckUpdateTimer : System . Timers . Timer
32
32
{
You can’t perform that action at this time.
0 commit comments