-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin version="2"> | ||
<id>cn.ieclipse.smartqq.intellij</id> | ||
<name>SmartQQ</name> | ||
<version>2.2.0</version> | ||
<version>2.3.0</version> | ||
<vendor email="[email protected]" url="https://github.com/Jamling/SmartQQ4Intellij">Jamling</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -11,6 +11,7 @@ | |
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
v2.3.0 2018-02-27, 添加发送工程中的文件,图灵机器人,消息群发等功能<br/> | ||
v2.2.0 2018-02-06, 添加微信发送文件,接收动画表情、文件、图片功能<br/> | ||
v2.1.2 2018-01-06, 添加Code Review,修复已知Issue<br/> | ||
v2.1.1 2018-01-01, 添加版本检查,自动识别图片url<br/> | ||
|
@@ -41,7 +42,7 @@ | |
factoryClass="cn.ieclipse.smartim.IMWindowFactory" | ||
icon="/icons/im.png"> | ||
</toolWindow> | ||
<applicationConfigurable instance="cn.ieclipse.smartim.settings.GeneralPanel"/> | ||
<applicationConfigurable instance="cn.ieclipse.smartim.settings.SmartSettingsPanel"/> | ||
<applicationService serviceImplementation="cn.ieclipse.smartim.settings.SmartIMSettings"/> | ||
</extensions> | ||
<actions> | ||
|