File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
shadowsocks-csharp/Controller/Service Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ 4.3.2.0 2020-11-05
2+ - PAC: direct connection for private IP ranges by @studentmain (#3008)
3+ - Remove duplicate startup entries (#3012)
4+ - Other minor bug fixes and improvements
5+
164.3.1.0 2020-10-25
27- Update abp.js (#2999)
38- Separate QR code scanning from MenuViewController (#2995)
Original file line number Diff line number Diff line change 1111
1212# version format
1313# Build version format is taken from UI if it is not set
14- version : 4.3.1 .{build}
14+ version : 4.3.2 .{build}
1515
1616# # branches to build
1717# branches:
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public class UpdateChecker
3333
3434 public event EventHandler CheckUpdateCompleted ;
3535
36- public const string Version = "4.3.1 .0" ;
36+ public const string Version = "4.3.2 .0" ;
3737 private readonly Version _version ;
3838
3939 public UpdateChecker ( )
You canβt perform that action at this time.
0 commit comments