Skip to content

Commit b661f60

Browse files
committed
Update version to 1.2.0
1 parent 5ddbefc commit b661f60

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

Diff for: CHANGE_LOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# 2022-04-29(1.1.0)
1+
# 2025-03-24(1.2.0)
2+
- 升级插件到 2.0 版本
3+
- 修复 `java.lang.Throwable: 'virtualFile' is requested on EDT...`问题
4+
5+
2022-04-29(1.1.0)
26
* rpc 代码生成支持 `goctl rpc protoc`
37
* 新增支持弹窗选择 `style`,`output`,`proto_path`,`goclt home` 等信息填写
48
* 支持快速代码生成

Diff for: build.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@ dependencies {
3333

3434
bundledPlugin 'com.intellij.java'
3535
}
36-
// testCompile group: 'junit', name: 'junit', version: '4.12'
3736
}
3837

3938
patchPluginXml {
4039
sinceBuild = '193.0'
4140
changeNotes = """
4241
<ul>
43-
<li>fix null pointer exception</li>
44-
<li>remember api style config in memory</li>
42+
<li>fix java.lang.Throwable: 'virtualFile' is requested on EDT</li>
4543
</ul>
4644
"""
4745
}

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx2048m
22
systemProp.http.proxyHost=127.0.0.1
33
systemProp.http.proxyPort=1080
44
antlr4Version = 4.10.1
5-
intellijVersion = 1.1.9
5+
intellijVersion = 1.2.0

Diff for: src/main/resources/META-INF/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<idea-plugin url="https://www.xiaoheiban.cn">
1+
<idea-plugin url="https://go-zero.dev">
22
<id>cn.xiaoheiban.go-zero</id>
33
<name>Goctl</name>
44
<vendor email="[email protected]" url="https://go-zero.dev">go-zero</vendor>

0 commit comments

Comments
 (0)