Browse Source

Update CHANGES and bump version

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
tags/3.4.3^0
Syrone Wong 7 years ago
parent
commit
e9ba34373b
2 changed files with 6 additions and 1 deletions
  1. +5
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 5
- 0
CHANGES View File

@@ -1,3 +1,8 @@
3.4.3 2017-1-11
- Make the previous portable mode as default
- Refine networking by Noisyfox
- Bug fixes and improvements

3.4.2.1 2016-12-30
- Refine Traditional Chinese translation by LNDDYL
- sysproxy: reduce false positives on virus detection


+ 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 = "3.4.2.1";
public const string Version = "3.4.3";
private class CheckUpdateTimer : System.Timers.Timer
{


Loading…
Cancel
Save