Skip to content

Commit 4b6d641

Browse files
committed
Update CHANGES and bump version
Signed-off-by: Syrone Wong <[email protected]>
1 parent 59c315d commit 4b6d641

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
3.3 2016-09-09
2+
- Update Privoxy to 3.0.26
3+
- Change minimum system version explicitly to Windows Vista
4+
since we are using dual-mode socket
5+
- Support running multiple instances of Privoxy for system proxy
6+
- Improve networking
7+
- New traffic chart and icon style
8+
- I18N: Traditional Chinese support
9+
- Bug fixes and improvements
10+
111
3.2 2016-08-13
212
- Add AES-CTR, blowfish and camellia ciphers support,
313
including aes-256-ctr, aes-192-ctr, aes-128-ctr,

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class UpdateChecker
2323
public string LatestVersionLocalName;
2424
public event EventHandler CheckUpdateCompleted;
2525

26-
public const string Version = "3.2";
26+
public const string Version = "3.3";
2727

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

0 commit comments

Comments
 (0)