Browse Source

Update CHANGES and bump version

tags/4.0.7^0
celeron533 7 years ago
parent
commit
0c877a76c6
2 changed files with 7 additions and 1 deletions
  1. +6
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 6
- 0
CHANGES View File

@@ -1,3 +1,9 @@
4.0.7 2017-12-09
- Fix QR code and ss:// protocol import issue
- Add an option to show password
- User rules have higher priority in PAC file
- Bug fixes and improvements

4.0.6 2017-09-09
- SIP002 support
- SIP003 support


+ 1
- 1
shadowsocks-csharp/Controller/Service/UpdateChecker.cs View File

@@ -24,7 +24,7 @@ namespace Shadowsocks.Controller
public string LatestVersionLocalName;
public event EventHandler CheckUpdateCompleted;
public const string Version = "4.0.6";
public const string Version = "4.0.7";
private class CheckUpdateTimer : System.Timers.Timer
{


Loading…
Cancel
Save