Skip to content

Commit 796cd65

Browse files
committed
Update CHANGES and bump version
1 parent bef3713 commit 796cd65

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.1.0 2018-08-15
2+
- Support portable mode Temp folder
3+
- Register hotkeys on startup
4+
- Fix sysproxy hanging issue
5+
- Minor improvements
6+
17
4.0.10 2018-05-10
28
- Add square bracket for SIP002 IPv6 (RFC3986)
39
- Add plugin CLI arguments support

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 = "4.0.10";
27+
public const string Version = "4.1.0";
2828

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

0 commit comments

Comments
 (0)