-
Notifications
You must be signed in to change notification settings - Fork 255
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
4 changed files
with
13 additions
and
18 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,18 +1,7 @@ | ||
以下是最新公告: | ||
|
||
2017-02-26 Mojo::Weixin v1.3.9 发布 | ||
1)开放HTTP的Agent自定义属性 | ||
2)修复重复发消息的BUG,每个消息对象增加一个uid属性,作为消息唯一标识,再多次失败尝试过程中,服务端对相同uid不会重复 | ||
3)修复MsgType为51时的bug 感谢 @cntlis | ||
4)修复账号主域名非wx.qq.com时无法正确识别的bug | ||
5)无法初始化好友和群信息时,直接返回空数据,避免程序退出 | ||
6)新增转账消息支持 | ||
7)默认日志打印到STDERR | ||
8)win系统默认禁用终端颜色显示 | ||
9)增加公告系统 | ||
10)Openwx插件一系列改进: | ||
增加 /openwx/get_group_basic_info 接口 参考issue: https://github.com/sjdy521/Mojo-Weixin/issues/123 | ||
新增post_stdout参数,上报数据是否打印到stdout,适合管道交互信息方式,默认0 | ||
插件端口监听失败会终止程序运行,添加监听端口日志,方便定位问题 | ||
事件上报添加登录失败事件 | ||
修复上报接口直接回复消息时,返回json格式中文包含\uxxxx转义形式时会报错的问题 | ||
2017-04-17 Mojo::Weixin v1.4.0 | ||
1)Dockerfile更新,换用centos基础镜像,体积更小 | ||
2)修复Beauty插件的bug | ||
3)下载的文件使用原始文件名称保存 | ||
4)插件IRCShell使用sendFile指令增加media_dir参数 |
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