File tree 4 files changed +9
-7
lines changed
shadowsocks-csharp/Controller/Service
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change
1
+ 4.3.3.0 2020-12-07
2
+ - PAC: Add option for custom sha256sum URL of custom geosite source (#3026)
3
+ - Update to .NET Framework 4.8
4
+ - Other minor bug fixes and improvements
5
+
1
6
4.3.2.0 2020-11-05
2
7
- PAC: direct connection for private IP ranges by @studentmain (#3008)
3
8
- Remove duplicate startup entries (#3012)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Download the latest release from [release page].
21
21
22
22
## Requirements
23
23
24
- Microsoft [ .NET Framework 4.7.2 ] or higher, Microsoft [ Visual C++ 2015 Redistributable] (x86) .
24
+ .NET Framework 4.8 or higher, Microsoft [ Visual C++ 2015 Redistributable] (x86) .
25
25
26
26
## Basics
27
27
@@ -127,7 +127,7 @@ Please visit [Servers] for more information.
127
127
128
128
## Development
129
129
130
- 1 . [ Visual Studio 2019] & [ .NET Framework 4.7.2 Developer Pack ] are required.
130
+ 1 . Visual Studio 2019 & .NET Framework 4.8 SDK are required.
131
131
2 . It is recommended to share your idea on the Issue Board before you start to work,
132
132
especially for feature development.
133
133
@@ -164,9 +164,6 @@ Sysproxy () https://github.com/Noisyfox/sysproxy
164
164
[ GeoSite ] : https://github.com/v2fly/domain-list-community
165
165
[ Servers ] : https://github.com/shadowsocks/shadowsocks/wiki/Ports-and-Clients#linux--server-side
166
166
[ 䏿–‡è¯´æ˜Ž ] : https://github.com/shadowsocks/shadowsocks-windows/wiki/Shadowsocks-Windows-%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E
167
- [ Visual Studio 2017 ] : https://www.visualstudio.com/downloads/
168
- [ .NET Framework 4.7.2 ] : https://dotnet.microsoft.com/download/dotnet-framework/net472
169
- [ .NET Framework 4.7.2 Developer Pack ] : https://dotnet.microsoft.com/download/dotnet-framework/net472
170
167
[ Visual C++ 2015 Redistributable ] : https://www.microsoft.com/en-us/download/details.aspx?id=53840
171
168
[ GPLv3 ] : https://github.com/shadowsocks/shadowsocks-windows/blob/master/LICENSE.txt
172
169
[ Working with non SIP003 standard Plugin ] : https://github.com/shadowsocks/shadowsocks-windows/wiki/Working-with-non-SIP003-standard-Plugin
Original file line number Diff line number Diff line change 11
11
12
12
# version format
13
13
# Build version format is taken from UI if it is not set
14
- version : 4.3.2 .{build}
14
+ version : 4.3.3 .{build}
15
15
16
16
# # branches to build
17
17
# branches:
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public class UpdateChecker
33
33
34
34
public event EventHandler CheckUpdateCompleted ;
35
35
36
- public const string Version = "4.3.2 .0" ;
36
+ public const string Version = "4.3.3 .0" ;
37
37
private readonly Version _version ;
38
38
39
39
public UpdateChecker ( )
You can’t perform that action at this time.
0 commit comments