Browse Source

🆙 Update docs and bump version to 4.4.0.0

tags/4.4.0.0
database64128 4 years ago
parent
commit
a28efeee4b
No known key found for this signature in database GPG Key ID: 1CA27546BEDB8B01
3 changed files with 6 additions and 2 deletions
  1. +4
    -0
      CHANGES
  2. +1
    -1
      appveyor.yml
  3. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 4
- 0
CHANGES View File

@@ -1,3 +1,7 @@
4.4.0.0 2021-01-01
- Security: remove infrastructure of stream ciphers (#3048)
- Other minor bug fixes and improvements
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


+ 1
- 1
appveyor.yml View File

@@ -11,7 +11,7 @@
# version format
# Build version format is taken from UI if it is not set
version: 4.3.3.{build}
version: 4.4.0.{build}
# # branches to build
# branches:


+ 1
- 1
shadowsocks-csharp/Controller/Service/UpdateChecker.cs View File

@@ -33,7 +33,7 @@ namespace Shadowsocks.Controller
public event EventHandler CheckUpdateCompleted;
public const string Version = "4.3.3.0";
public const string Version = "4.4.0.0";
private readonly Version _version;
public UpdateChecker()


Loading…
Cancel
Save