File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
shadowsocks-csharp/Controller/Service Expand file tree Collapse file tree 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+
1134.1.9.2 2019-12-25
214- Fix i18n issues (#2740, #2741)
315
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments