Browse Source

🆙 Update docs and bump version to 4.3.2.0

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

+ 5
- 0
CHANGES View File

@@ -1,3 +1,8 @@
4.3.2.0 2020-11-05
- PAC: direct connection for private IP ranges by @studentmain (#3008)
- Remove duplicate startup entries (#3012)
- Other minor bug fixes and improvements
4.3.1.0 2020-10-25
- Update abp.js (#2999)
- Separate QR code scanning from MenuViewController (#2995)


+ 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.1.{build}
version: 4.3.2.{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.1.0";
public const string Version = "4.3.2.0";
private readonly Version _version;
public UpdateChecker()


Loading…
Cancel
Save