Browse Source

Update CHANGES and bump version

tags/3.4.1
noisyfox 8 years ago
parent
commit
efc486c733
2 changed files with 8 additions and 1 deletions
  1. +7
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 7
- 0
CHANGES View File

@@ -1,3 +1,10 @@
3.4.1 (pre-release) 2016-12-13
- Fix crash if user input an invaild server address. (#933)
- Fix ERR_TOO_MANY_REDIRECTS with http proxy. (#937)
- Show SS URL in QRCode form.
- Add import URL from clipboard.
- Bug fixes and improvements.

3.4.0 (pre-release) 2016-12-9 3.4.0 (pre-release) 2016-12-9
- Replace Privoxy with built-in http proxy. - Replace Privoxy with built-in http proxy.
- Try fix system proxy settings on windows 10 insider preview. - Try fix system proxy settings on windows 10 insider preview.


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

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


Loading…
Cancel
Save