Skip to content

Commit 53623ae

Browse files
committed
updated version
1 parent 363db83 commit 53623ae

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.shuzijun.leetcode'
8-
version "6.2" + (project.build_env.isEmpty() ? "" : "-") + project.build_env
8+
version "6.3" + (project.build_env.isEmpty() ? "" : "-") + project.build_env
99

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8

doc/leetcode-editor-6.3.zip

1.59 MB
Binary file not shown.

doc/leetcode-editor-V5.4.zip

-2.75 MB
Binary file not shown.

src/main/resources/META-INF/plugin.xml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>leetcode-editor</id>
33
<name>leetcode editor</name>
4-
<version>6.2</version>
4+
<version>6.3</version>
55
<vendor email="[email protected]" url="https://github.com/shuzijun/idea-leetcode-plugin">shuzijun</vendor>
66

77
<description><![CDATA[
@@ -113,6 +113,14 @@
113113

114114
<change-notes><![CDATA[
115115
<ul>
116+
<li>v6.3<br>
117+
1.修复Python提交代码区域错误问题.<br>
118+
2.修复使用快捷键时提示问题.(建议将快捷键绑定到editor右键菜单上)<br>
119+
</li>
120+
<li>v6.3<br>
121+
1.Fixed Python commit code area error.<br>
122+
2.Fix the prompt problem when using shortcut keys. (It is recommended to bind shortcut keys to the editor right-click menu)<br>
123+
</li>
116124
<li>v6.2<br>
117125
1.修复计时器显示错误.<br>
118126
2.修复提交问题时异常.<br>

0 commit comments

Comments
 (0)