Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit a5efca3

Browse files
committed
release
1 parent 508460d commit a5efca3

File tree

10 files changed

+17
-49
lines changed

10 files changed

+17
-49
lines changed

CHANGELOG.MD

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,19 @@ Others:
253253
## 1.5
254254

255255
更新内容:
256-
- [important] 提供MacOS的APP版本 #141
257256
- [important] [improve] 更简洁更好用的新UI #144
258257
- [important] [feat] 支持拖拽xray文件加载 #140
259258
- [important] [feat] 允许设置日志等级 #146
260259
- [bug] CPU占用较高问题RAD修复不完善 #139
261260
- [feat] 增加一键修复/还原的功能 #143
262261
- [feat] 自动检查版本更新并提示 #142
263-
- [improve] 反连HTTP URL输入的验证 #145
262+
- [improve] 反连HTTP URL输入的验证 #145
263+
264+
下载:
265+
- super-xray-1.5.jar 版本通过`java -jar super-xray-1.5.jar`启动
266+
- super-xray-1.5-jre-exe.zip 是内置了JRE的exe版本
267+
- super-xray-1.5-system-jre.exe 是使用系统JRE的exe版本
268+
269+
## 1.6
270+
271+
todo

build/Super-Xray.app/Contents/Info.plist

Lines changed: 0 additions & 24 deletions
This file was deleted.

build/Super-Xray.app/Contents/MacOS/launcher

Lines changed: 0 additions & 7 deletions
This file was deleted.

build/Super-Xray.app/Contents/MacOS/runner

Lines changed: 0 additions & 8 deletions
This file was deleted.
-472 KB
Binary file not shown.

build/build-jre.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<launch4jConfig>
33
<dontWrapJar>false</dontWrapJar>
44
<headerType>gui</headerType>
5-
<jar>D:\super-xray\target\super-xray-1.5.jar</jar>
6-
<outfile>D:\super-xray\super-xray-1.5.exe</outfile>
5+
<jar>D:\super-xray\target\super-xray-1.6.jar</jar>
6+
<outfile>D:\super-xray\super-xray-1.6.exe</outfile>
77
<errTitle></errTitle>
88
<cmdLine></cmdLine>
99
<chdir>.</chdir>

build/build-nojre.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<launch4jConfig>
33
<dontWrapJar>false</dontWrapJar>
44
<headerType>gui</headerType>
5-
<jar>D:\super-xray\target\super-xray-1.5.jar</jar>
6-
<outfile>D:\super-xray\super-xray-1.5-system-jre.exe</outfile>
5+
<jar>D:\super-xray\target\super-xray-1.6.jar</jar>
6+
<outfile>D:\super-xray\super-xray-1.6-system-jre.exe</outfile>
77
<errTitle></errTitle>
88
<cmdLine></cmdLine>
99
<chdir>.</chdir>

build/super-xray.drawio

Lines changed: 0 additions & 1 deletion
This file was deleted.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.chaitin</groupId>
88
<artifactId>super-xray</artifactId>
9-
<version>1.5</version>
9+
<version>1.6</version>
1010

1111
<properties>
1212
<maven.compiler.source>8</maven.compiler.source>

src/main/java/com/chaitin/xray/model/Const.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
public interface Const {
66
String ApplicationName = "SuperXray";
77
String MinXrayVersion = "支持xray最低版本:1.9.4";
8-
String SuperXrayVersion = "当前super-xray版本:1.5";
8+
String SuperXrayVersion = "当前super-xray版本:1.6";
99
String GithubTip = "由于前往Github验证,所以可能连接不通,请耐心等待,如果报错可以多次尝试";
10-
String CurVersion = "1.5";
10+
String CurVersion = "1.6";
1111
String MacNeedAgree = "Mac OS 请设置 系统偏好设置->安全性与隐私->通用->仍要打开";
1212
String MacNeedAgreeEn = "Please set System Preferences -> Security and Privacy -> General -> Still Open";
1313
String ModuleXrayYaml = String.format(".%s%s", File.separator, "module.xray.yaml");

0 commit comments

Comments
 (0)