File tree 2 files changed +12
-1
lines changed
shadowsocks-csharp/Controller/Service
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
+
1
12
3.3.5 2016-11-7
2
13
- Improve system power mode handling
3
14
- Update mbed TLS to 2.4.0
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public class UpdateChecker
24
24
public string LatestVersionLocalName ;
25
25
public event EventHandler CheckUpdateCompleted ;
26
26
27
- public const string Version = "3.3.5 " ;
27
+ public const string Version = "3.3.6 " ;
28
28
29
29
private class CheckUpdateTimer : System . Timers . Timer
30
30
{
You can’t perform that action at this time.
0 commit comments