File tree 2 files changed +20
-2
lines changed
src/main/resources/META-INF
2 files changed +20
-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.4 " + (project. build_env. isEmpty() ? " " : " -" ) + project. build_env
8
+ version " 6.5 " + (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.4 </version >
4
+ <version >6.5 </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.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>
116
134
<li>v6.4<br>
117
135
1.替换代理方式,与IDE保持一致.<br>
118
136
2.增加转换蛇形命名.<br>
You can’t perform that action at this time.
0 commit comments