Skip to content

Commit 57ea3ec

Browse files
authored
Merge pull request #199 from shuzijun/gradle
Fix icon compatibility
2 parents cd9af7a + 2bd52f7 commit 57ea3ec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+344
-117
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.5" + (project.build_env.isEmpty() ? "" : "-") + project.build_env
8+
version "6.6" + (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: 7 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.5</version>
4+
<version>6.6</version>
55
<vendor email="shuzijun0109@gmail.com" url="https://github.com/shuzijun/idea-leetcode-plugin">shuzijun</vendor>
66

77
<description><![CDATA[
@@ -113,6 +113,12 @@
113113

114114
<change-notes><![CDATA[
115115
<ul>
116+
<li>v6.6<br>
117+
1.修复图标兼容性
118+
</li>
119+
<li>v6.6<br>
120+
1.Fix icon compatibility
121+
</li>
116122
<li>v6.5<br>
117123
1.更换图标.<br>
118124
2.增加定位题目功能.<br>

src/main/resources/icons/LeetCode.svg

Lines changed: 14 additions & 13 deletions
Loading
Lines changed: 15 additions & 13 deletions
Loading

src/main/resources/icons/clean.svg

Lines changed: 5 additions & 3 deletions
Loading
Lines changed: 8 additions & 1 deletion
Loading

src/main/resources/icons/clear.svg

Lines changed: 8 additions & 1 deletion
Loading
Lines changed: 8 additions & 1 deletion
Loading

src/main/resources/icons/collapse.svg

Lines changed: 8 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)