File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
shadowsocks-csharp/Controller/Service Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ 3.3.6 2016-12-6
2+ - Refine system proxy mode switching logic,
3+ merge 'Switch to PAC' and 'Switch to Global' into
4+ 'Switch system proxy mode'.
5+ - Don't store LogViewer window size in config file,
6+ now you can sync config between devices with different
7+ resolutions.
8+ - Add tag support for SS url
9+ - Add pre-release channel in update checker
10+ - Bug fixes and improvements
11+
1123.3.5 2016-11-7
213- Improve system power mode handling
314- Update mbed TLS to 2.4.0
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.5 " ;
27+ public const string Version = "3.3.6 " ;
2828
2929 private class CheckUpdateTimer : System . Timers . Timer
3030 {
You can’t perform that action at this time.
0 commit comments