Skip to content

Commit e1c3f53

Browse files
committed
updated version
1 parent 93943ca commit e1c3f53

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# leetcode-editor
1+
# leetcode-editor [![Release](https://github.com/shuzijun/leetcode-editor/workflows/Release/badge.svg)](https://github.com/shuzijun/leetcode-editor/releases) [![Snapshot](https://github.com/shuzijun/leetcode-editor/workflows/Snapshot/badge.svg)](https://github.com/shuzijun/leetcode-editor/actions?query=workflow%3ASnapshot)
22

33
- [English Document](#Introduction)
44
- [中文文档](https://github.com/shuzijun/leetcode-editor/blob/master/README_ZH.md)

README_ZH.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# leetcode-editor
1+
# leetcode-editor [![Release](https://github.com/shuzijun/leetcode-editor/workflows/Release/badge.svg)](https://github.com/shuzijun/leetcode-editor/releases) [![Snapshot](https://github.com/shuzijun/leetcode-editor/workflows/Snapshot/badge.svg)](https://github.com/shuzijun/leetcode-editor/actions?query=workflow%3ASnapshot)
22

33
- [English Document](https://github.com/shuzijun/leetcode-editor/blob/master/README.md)
44
- [中文文档](#简介)

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.shuzijun.leetcode'
8-
version (System.getenv('LD_VERSION').isEmpty() ? "6.6":System.getenv('LD_VERSION')) + (project.build_env.isEmpty() ? "" : "-") + project.build_env
8+
version (System.getenv('LD_VERSION').isEmpty() ? "6.7":System.getenv('LD_VERSION')) + (project.build_env.isEmpty() ? "" : "-") + project.build_env
99

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8

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

+13-3
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.6</version>
4+
<version>6.7</version>
55
<vendor email="[email protected]" url="https://github.com/shuzijun/idea-leetcode-plugin">shuzijun</vendor>
66

77
<description><![CDATA[
@@ -113,11 +113,21 @@
113113

114114
<change-notes><![CDATA[
115115
<ul>
116+
<li>v6.7<br>
117+
1.优化答案视图.<br>
118+
2.增加支持多提交区域.<br>
119+
3.固定每日一题.<br>
120+
</li>
121+
<li>v6.7<br>
122+
1.optimize solution view.<br>
123+
2.Added support for multiple submission ranges.<br>
124+
3.pin day question.<br>
125+
</li>
116126
<li>v6.6<br>
117-
1.修复图标兼容性
127+
1.修复图标兼容性.<br>
118128
</li>
119129
<li>v6.6<br>
120-
1.Fix icon compatibility
130+
1.Fix icon compatibility.<br>
121131
</li>
122132
<li>v6.5<br>
123133
1.更换图标.<br>

0 commit comments

Comments
 (0)