File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
shadowsocks-csharp/Controller/Service Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ 3.4.0 (pre-release) 2016-12-9
2+ - Replace Privoxy with built-in http proxy.
3+ - Try fix system proxy settings on windows 10 insider preview.
4+ - Secure local pac.
5+ - Update bypass list.
6+ - Bug fixes and improvements.
7+
183.3.6 2016-12-6
29- Refine system proxy mode switching logic,
310 merge 'Switch to PAC' and 'Switch to Global' into
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public class UpdateChecker
2424 public string LatestVersionLocalName ;
2525 public event EventHandler CheckUpdateCompleted ;
2626
27- public const string Version = "3.3.6 " ;
27+ public const string Version = "3.4.0 " ;
2828
2929 private class CheckUpdateTimer : System . Timers . Timer
3030 {
You can’t perform that action at this time.
0 commit comments