Browse Source

🆙 Update docs and bump version to 4.3.1.0

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

+ 6
- 0
CHANGES View File

@@ -1,3 +1,9 @@
4.3.1.0 2020-10-25
- Update abp.js (#2999)
- Separate QR code scanning from MenuViewController (#2995)
- Remove statistics strategy (#2994)
- Other minor bug fixes and improvements
4.3.0.0 2020-10-19
- Cleanup and update dependencies (#2983)
- Geosite group validation + PAC regeneration on version update (#2988)


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


Loading…
Cancel
Save