Skip to content

Commit

Permalink
release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamling committed Feb 27, 2018
1 parent da7c152 commit c77f57b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ Eclipse的插件请访问 https://github.com/Jamling/SmartQQ4Eclipse/
- [x] 收发文本消息
- [x] 收发图片
- [x] 收发文件
- [ ] 发送工程中的文件
- [x] 发送工程中的文件
- [x] Code Review 发送代码位置及评语
- [x] 超链接点击
- [x] 支持图灵机器人接入

**SmartQQ官方协议不支持收发图片和文件,扩展的文件收发由[第三方实现](http://api.ieclipse.cn/smartqq)**

Expand All @@ -34,6 +35,7 @@ Eclipse的插件请访问 https://github.com/Jamling/SmartQQ4Eclipse/

## 更新日志

- v2.3.0 2018-02-27, 添加发送工程中的文件,图灵机器人,消息群发等功能,在功能上,终于与eclipse版本相差无几了
- v2.2.0 2018-02-06, 添加微信发送文件,接收动画表情、文件、图片功能
- v2.1.0 2018-01-01, 聊天内容支持富文本,优化微信最近联系人,微信好友中添加一个group分组,修复SmartQQ发送失败的问题,忽略SmartQQ获取最近联系人失败...
- v2.0.1 2017-11-17, 修复在某些IDE中,安装插件后,无法打开IDE设置的问题
Expand Down
5 changes: 3 additions & 2 deletions resources/META-INF/plugin.xml
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="li.jamling@gmail.com" url="https://github.com/Jamling/SmartQQ4Intellij">Jamling</vendor>

<description><![CDATA[
Expand All @@ -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/>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit c77f57b

Please sign in to comment.