File tree 4 files changed +16
-6
lines changed
src/main/resources/META-INF
4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 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 )
2
2
3
3
- [ English Document] ( #Introduction )
4
4
- [ 中文文档] ( https://github.com/shuzijun/leetcode-editor/blob/master/README_ZH.md )
Original file line number Diff line number Diff line change 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 )
2
2
3
3
- [ English Document] ( https://github.com/shuzijun/leetcode-editor/blob/master/README.md )
4
4
- [ 中文文档] ( #简介 )
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 (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
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.6 </version >
4
+ <version >6.7 </version >
5
5
<
vendor email =
" [email protected] " 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.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>
116
126
<li>v6.6<br>
117
- 1.修复图标兼容性
127
+ 1.修复图标兼容性.<br>
118
128
</li>
119
129
<li>v6.6<br>
120
- 1.Fix icon compatibility
130
+ 1.Fix icon compatibility.<br>
121
131
</li>
122
132
<li>v6.5<br>
123
133
1.更换图标.<br>
You can’t perform that action at this time.
0 commit comments