Skip to content

Commit

Permalink
🆙 Update docs and bump version to 4.3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Dec 7, 2020
1 parent 38bee08 commit da568ad
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4.3.3.0 2020-12-07
- PAC: Add option for custom sha256sum URL of custom geosite source (#3026)
- Update to .NET Framework 4.8
- Other minor bug fixes and improvements

4.3.2.0 2020-11-05
- PAC: direct connection for private IP ranges by @studentmain (#3008)
- Remove duplicate startup entries (#3012)
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Download the latest release from [release page].

## Requirements

Microsoft [.NET Framework 4.7.2] or higher, Microsoft [Visual C++ 2015 Redistributable] (x86) .
.NET Framework 4.8 or higher, Microsoft [Visual C++ 2015 Redistributable] (x86) .

## Basics

Expand Down Expand Up @@ -127,7 +127,7 @@ Please visit [Servers] for more information.

## Development

1. [Visual Studio 2019] & [.NET Framework 4.7.2 Developer Pack] are required.
1. Visual Studio 2019 & .NET Framework 4.8 SDK are required.
2. It is recommended to share your idea on the Issue Board before you start to work,
especially for feature development.

Expand Down Expand Up @@ -164,9 +164,6 @@ Sysproxy () https://github.com/Noisyfox/sysproxy
[GeoSite]: https://github.com/v2fly/domain-list-community
[Servers]: https://github.com/shadowsocks/shadowsocks/wiki/Ports-and-Clients#linux--server-side
[中文说明]: https://github.com/shadowsocks/shadowsocks-windows/wiki/Shadowsocks-Windows-%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E
[Visual Studio 2017]: https://www.visualstudio.com/downloads/
[.NET Framework 4.7.2]: https://dotnet.microsoft.com/download/dotnet-framework/net472
[.NET Framework 4.7.2 Developer Pack]: https://dotnet.microsoft.com/download/dotnet-framework/net472
[Visual C++ 2015 Redistributable]: https://www.microsoft.com/en-us/download/details.aspx?id=53840
[GPLv3]: https://github.com/shadowsocks/shadowsocks-windows/blob/master/LICENSE.txt
[Working with non SIP003 standard Plugin]: https://github.com/shadowsocks/shadowsocks-windows/wiki/Working-with-non-SIP003-standard-Plugin
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# version format
# Build version format is taken from UI if it is not set
version: 4.3.2.{build}
version: 4.3.3.{build}

# # branches to build
# branches:
Expand Down
2 changes: 1 addition & 1 deletion shadowsocks-csharp/Controller/Service/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class UpdateChecker

public event EventHandler CheckUpdateCompleted;

public const string Version = "4.3.2.0";
public const string Version = "4.3.3.0";
private readonly Version _version;

public UpdateChecker()
Expand Down

0 comments on commit da568ad

Please sign in to comment.