File tree 4 files changed +10
-2
lines changed
src/main/resources/META-INF
4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
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
9
9
10
10
sourceCompatibility = 1.8
11
11
targetCompatibility = 1.8
Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >leetcode-editor</id >
3
3
<name >leetcode editor</name >
4
- <version >6.2 </version >
4
+ <version >6.3 </version >
5
5
<vendor email =" shuzijun0109@gmail.com" url =" https://github.com/shuzijun/idea-leetcode-plugin" >shuzijun</vendor >
6
6
7
7
<description ><![CDATA[
113
113
114
114
<change-notes ><![CDATA[
115
115
<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>
116
124
<li>v6.2<br>
117
125
1.修复计时器显示错误.<br>
118
126
2.修复提交问题时异常.<br>
You can’t perform that action at this time.
0 commit comments