Skip to content

Commit ac45b44

Browse files
committed
Update CHANGES and bump version
1 parent c029909 commit ac45b44

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
3.3.6 2016-12-6
29
- Refine system proxy mode switching logic,
310
merge 'Switch to PAC' and 'Switch to Global' into

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

Lines changed: 1 addition & 1 deletion
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.6";
27+
public const string Version = "3.4.0";
2828

2929
private class CheckUpdateTimer : System.Timers.Timer
3030
{

0 commit comments

Comments
 (0)