File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
shadowsocks-csharp/Controller/Service Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ 4.1.8 2019-10-31
2+ - Update the nuget configurations and packages
3+ - Fix some crash about thread-safe in statistics (#2591)
4+ - Fix server list index invalidation (#2543, #2542)
5+ - Refine PAC server (#2539)
6+ - Update the GFWList via IPv6Loopback when available
7+ - Modify PAC request behavior (#2526)
8+ - Fix .NET 4.7.2 on Win7 TLS compatibility (#2473)
9+ - Other minor bug fixes and improvements
10+
1114.1.7.1 2019-07-14
212- Fix unexpected server delete behavior (#2459)
313- Reduce info log when checking Windows 10 Light Theme
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public class UpdateChecker
2424 public string LatestVersionLocalName ;
2525 public event EventHandler CheckUpdateCompleted ;
2626
27- public const string Version = "4.1.7.1 " ;
27+ public const string Version = "4.1.8.0 " ;
2828
2929 private class CheckUpdateTimer : System . Timers . Timer
3030 {
You can’t perform that action at this time.
0 commit comments