Skip to content

Commit ee36bfc

Browse files
committed
Update CHANGES and bump version
1 parent 003e4a8 commit ee36bfc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
4.1.7.1 2019-07-14
212
- Fix unexpected server delete behavior (#2459)
313
- Reduce info log when checking Windows 10 Light Theme

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)