This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
shadowsocks-windows
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
67
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
🆙
Update docs and bump version to 4.4.0.0
tags/4.4.0.0
database64128
4 years ago
parent
70a88b5794
commit
a28efeee4b
No known key found for this signature in database
GPG Key ID:
1CA27546BEDB8B01
3 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
CHANGES
+1
-1
appveyor.yml
+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()
Write
Preview
Loading…
Cancel
Save