Releases: barryblueice/Vanilla-Client
Releases · barryblueice/Vanilla-Client
Ver 1.3.1 Released
更新:
- 新增加ws_max_size环境变量。该变量为websocket文件缓冲大小。默认为4,单位MB,不能为0或空。
Events & Actions:
目前在OneBot V12标准内,除了部分不需要依赖上游开发的的Action外,其余大部分可基于上游依赖实现的基础Action已基本实现,暂未发现其他未实现的基础Action,若有遗失请积极提交issue。
接下来全面转入各类Notice/Event适配开发。
由于个人学业问题,若有扩展Action/扩展功能也会同时开发,但优先性将会低于Notice/Event适配开发。
同时如果提交了issue后bug可能不会第一时间修复,请耐心等待。
修复:
- 修复了一个重连导致invalid state的问题。(未完全修复,仍有小概率触发)
- 修复发送gif无法发送的问题。
Ver 1.3 Released
更新:
重要更新:
- 使用python poetry管理程序。
- 抛弃member.json,改用数据库存储。
Events & Actions:
无。
修复:
- 修复了一个私聊Action问题,该问题可能会导致直接调用api发送消息时失败。(目前不知道该功能是否已完全修复,若报错请提交issue)
- 修复了base64编码保存为图片的问题,现可正常发送。
- 修复了一个get_user_info导致的failed问题。
Ver 1.2 Released
更新:
重要更新:
使用python poetry管理程序。
Events & Actions:
无
修复:
- 修复了一个愚蠢的括号缺失问题,可能导致初始环境加载失败。
- 修复了部分bug。
Ver 1.1 Released
更新:
Events & Actions:
新增扩展Event拍一拍,用法与ComWeChat Client相同:
{
"id": uuid,
"self": {
"platform": "wechat",
"user_id": self_id
},
"time": time,
"type": "notice",
"detail_type": "wx.get_group_poke",
"sub_type": "",
"user_id": self_id,
"group_id": group_id,
"from_user_id": user_id
}
新增以下Event:
- notice.private_message_delete
- notice.group_message_delete
- notice.wx.get_private_poke
- notice.wx.get_group_poke
新增以下Action:
- action.get_self_info
修复:
- 将hookmsg修改为异步线程方式以规避多协程带来的卡死问题。
- 修复群聊回复没有在控制台中显示的问题。
- 部分用语规范化。
Ver 1.0 Released
更新:
Events & Actions:
已实现的Events和Action如下:
元事件:
- meta.connect
- meta.status_update
Message事件:
- message.private
- message.group
Message Action:
- send_message
用户Action:
- get_user_info
文件Action:
- upload_file
其他更新:
- 微信自启动
- 自动hook注入
- HookMsg服务器
- 反向ws支持
修复:
无。