Browse Source

Update CHANGES and bump version

tags/4.1.7
celeron533 5 years ago
parent
commit
6c711218a0
2 changed files with 12 additions and 1 deletions
  1. +11
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 11
- 0
CHANGES View File

@@ -1,3 +1,14 @@
4.1.7 2019-07-10
- Fix UDP relay (#2387)
- Support Windows 10 1903 Light Theme (#2379)
- Listening on local IPv6 interface (#2419) (Experimental)
- Turn off per-monitor DPI awareness as it is not supported (#2427)
- Fix a defect when parsing ss:// URL (#2364)
- Upgrade the development environment to VS2017 with .NET Framework 4.7.2
- Refactoring config form (#2410)
- Refactoring tray icon
- Other minor bug fixes and improvements
4.1.6 2019-04-17
- Add http proxy "basic access authentication"
- Add check box to toggle plugin argument input


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


Loading…
Cancel
Save