Skip to content

Commit

Permalink
2017-04-17 Mojo::Weixin v1.4.0 发布
Browse files Browse the repository at this point in the history
  • Loading branch information
hexsum committed Apr 17, 2018
1 parent 5481416 commit 340f74b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 18 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2017-04-17 Mojo::Weixin v1.4.0
1)Dockerfile更新,换用centos基础镜像,体积更小
2)修复Beauty插件的bug
3)下载的文件使用原始文件名称保存
4)插件IRCShell使用sendFile指令增加media_dir参数

2017-02-26 Mojo::Weixin v1.3.9
1)开放HTTP的Agent自定义属性
2)修复重复发消息的BUG,每个消息对象增加一个uid属性,作为消息唯一标识,再多次失败尝试过程中,服务端对相同uid不会重复
Expand Down
21 changes: 5 additions & 16 deletions NOTICE
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参数
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Mojo-Weixin v1.3.9 [![Build Status](https://travis-ci.org/sjdy521/Mojo-Weixin.svg?branch=master)](https://travis-ci.org/sjdy521/Mojo-Weixin) [![Join the chat at https://gitter.im/sjdy521/Mojo-Weixin](https://badges.gitter.im/sjdy521/Mojo-Weixin.svg)](https://gitter.im/sjdy521/Mojo-Weixin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![API列表](https://img.shields.io/badge/doc-API列表-brightgreen.svg)](API.md) [![QQ群-498880156](https://img.shields.io/badge/QQ群-498880156-blue.svg)](http://jq.qq.com/?_wv=1027&k=kjVJzo) [![IRC](https://img.shields.io/badge/IRC-官方频道-yellow.svg)](http://irc.perfi.wang/?channel=#Mojo-Webqq)
Mojo-Weixin v1.4.0 [![Build Status](https://travis-ci.org/sjdy521/Mojo-Weixin.svg?branch=master)](https://travis-ci.org/sjdy521/Mojo-Weixin) [![Join the chat at https://gitter.im/sjdy521/Mojo-Weixin](https://badges.gitter.im/sjdy521/Mojo-Weixin.svg)](https://gitter.im/sjdy521/Mojo-Weixin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![API列表](https://img.shields.io/badge/doc-API列表-brightgreen.svg)](API.md) [![QQ群-498880156](https://img.shields.io/badge/QQ群-498880156-blue.svg)](http://jq.qq.com/?_wv=1027&k=kjVJzo) [![IRC](https://img.shields.io/badge/IRC-官方频道-yellow.svg)](http://irc.perfi.wang/?channel=#Mojo-Webqq)
========================

使用Perl语言编写的微信客户端框架,基于Mojolicious,要求Perl版本5.10+,可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Weixin.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mojo::Weixin;
our $VERSION = "1.3.9";
our $VERSION = "1.4.0";
use Mojo::Weixin::Base 'Mojo::EventEmitter';
use Mojo::IOLoop;
use Mojo::Weixin::Log;
Expand Down

0 comments on commit 340f74b

Please sign in to comment.