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 changes
tags/2.3
clowwindy
10 years ago
parent
5d194b42bc
commit
e4e56f8f26
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
CHANGES
+1
-1
shadowsocks-csharp/Controller/UpdateChecker.cs
+ 3
- 0
CHANGES
View File
@@ -1,3 +1,6 @@
2.1.4 2014-12-20
- Fix crash when remarks are too long
2.1.3 2014-12-20
- Add Chinese Language
- Fix some UI issues on Windows 8
+ 1
- 1
shadowsocks-csharp/Controller/UpdateChecker.cs
View File
@@ -17,7 +17,7 @@ namespace Shadowsocks.Controller
public string LatestVersionURL;
public event EventHandler NewVersionFound;
public const string Version = "2.1.
3
";
public const string Version = "2.1.
4
";
public void CheckUpdate()
{
Write
Preview
Loading…
Cancel
Save