This repository was archived by the owner on Sep 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +13
-5
lines changed
src/main/java/me/n1ar4/jar/obfuscator Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch :
55
66env :
7- VERSION : " 0.1.1 "
7+ VERSION : " 0.2.0 "
88
99jobs :
1010
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## 0.1.2
3+ ## 0.2.0
44
55支持了 ` GUI ` 界面,但没有过多测试,之后逐步完善
66
Original file line number Diff line number Diff line change 2323
2424[ 前往下载] ( https://github.com/jar-analyzer/jar-obfuscator/releases/latest )
2525
26+ 从 ` 0.2.0 ` 版本后支持了简单的 ` GUI `
27+
28+ ``` shell
29+ java -jar jar-obfuscator.jar --gui
30+ ```
31+
32+ ![ ] ( img/012.png )
33+
2634简单命令即可启动(第一次启动将自动生成配置文件)
2735
2836``` shell
Original file line number Diff line number Diff line change 66
77 <groupId >me.n1ar4.jar.obfuscator</groupId >
88 <artifactId >jar-obfuscator</artifactId >
9- <version >0.1.1 </version >
9+ <version >0.2.0 </version >
1010
1111 <packaging >jar</packaging >
1212 <description >Jar Obfuscator Project</description >
1616 <asm .version>9.7</asm .version>
1717 <jcommander .version>1.82</jcommander .version>
1818 <snake .yaml.version>2.2</snake .yaml.version>
19- <flatlaf .version>3.5</flatlaf .version>
19+ <flatlaf .version>3.5.1 </flatlaf .version>
2020 <idea .forms.version>7.0.3</idea .forms.version>
2121 <!-- Maven Build Version -->
2222 <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-resources-plugin -->
Original file line number Diff line number Diff line change 66import java .nio .file .Paths ;
77
88public interface Const {
9- String VERSION = "0.1.1 " ;
9+ String VERSION = "0.2.0 " ;
1010 String PROJECT_URL = "https://github.com/jar-analyzer/jar-obfuscator" ;
1111 String UPDATE_URL = "https://jar-analyzer.oss-cn-hangzhou.aliyuncs.com/jar-obfuscator/version.txt" ;
1212 String DOWNLOAD_URL = "https://github.com/jar-analyzer/jar-obfuscator/releases/latest" ;
You can’t perform that action at this time.
0 commit comments