File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group ' 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
1010sourceCompatibility = 1.8
1111targetCompatibility = 1.8
Original file line number Diff line number Diff line change 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 =" shuzijun0109@gmail.com" url =" https://github.com/shuzijun/idea-leetcode-plugin" >shuzijun</vendor >
66
77 <description ><![CDATA[
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>
You can’t perform that action at this time.
0 commit comments