Skip to content

Commit b6cd8e0

Browse files
committed
Update CHANGES and bump version
1 parent cc6f77e commit b6cd8e0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
3.3.5 2016-11-7
213
- Improve system power mode handling
314
- Update mbed TLS to 2.4.0

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+1-1
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)