File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +20
-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.4 " + (project. build_env. isEmpty() ? " " : " -" ) + project. build_env
8+ version " 6.5 " + (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.4 </version >
4+ <version >6.5 </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.5<br>
117+ 1.更换图标.<br>
118+ 2.增加定位题目功能.<br>
119+ 3.增加运行失败打印测试用例.<br>
120+ 4.增加获取当前时间工具.<br>
121+ 5.增加展示赞同数.<br>
122+ 6.增加筛选选项.<br>
123+ 7.修复探索题目题目号.<br>
124+ </li>
125+ <li>v6.5<br>
126+ 1.Change the icon.<br>
127+ 2.Add positioning function.<br>
128+ 3.Add running errors increase the print test case.<br>
129+ 4.Add current time function.<br>
130+ 5.Add show likes dislikes.<br>
131+ 6.Add screening criteria.<br>
132+ 7.Fix explore question.<br>
133+ </li>
116134 <li>v6.4<br>
117135 1.替换代理方式,与IDE保持一致.<br>
118136 2.增加转换蛇形命名.<br>
You can’t perform that action at this time.
0 commit comments