Skip to content

Commit cd9af7a

Browse files
committed
updated version
1 parent 6769b63 commit cd9af7a

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
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
99

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8

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

Lines changed: 19 additions & 1 deletion
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.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[
@@ -113,6 +113,24 @@
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>

0 commit comments

Comments
 (0)