Browse Source

Update CHANGES and bump version

tags/4.1.1
celeron533 6 years ago
parent
commit
7c1cb27aab
2 changed files with 6 additions and 2 deletions
  1. +5
    -1
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 5
- 1
CHANGES View File

@@ -1,4 +1,8 @@
4.1.0 2018-08-15
4.1.1 2018-08-18
- Fix auto hotkey reg issue when OS wakeup
- Other minor bug fixes and improvements

4.1.0 2018-08-05
- Support portable mode Temp folder
- Register hotkeys on startup
- Fix sysproxy hanging issue


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


Loading…
Cancel
Save