Skip to content

Commit

Permalink
v39.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lich0821 committed Dec 20, 2023
1 parent 646361a commit 059eb11
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
13 changes: 9 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
* 拍一拍群友
* 邀请群成员
* 图片 OCR
* 转发消息

</details>

Expand Down Expand Up @@ -215,10 +216,9 @@ Rust 客户端。

## 版本更新

### v39.0.11 (2023.12.16)
* 修复 PB 消息类型(可能会导致非 Python 客户端崩溃)
* 修复日志错误
* 移除非必要依赖
### v39.0.12 (2023.12.20)
* 修复一个问题
* 消息转发

<details><summary>点击查看更多</summary>

Expand All @@ -230,6 +230,11 @@ Rust 客户端。
* `y``WeChatFerry` 的版本,从 0 开始
* `z` 是各客户端的版本,从 0 开始

### v39.0.11 (2023.12.16)
* 修复 PB 消息类型(可能会导致非 Python 客户端崩溃)
* 修复日志错误
* 移除非必要依赖

### v39.0.10 (2023.12.08)
* 代码优化
* 发送卡片消息
Expand Down
14 changes: 6 additions & 8 deletions clients/python/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,9 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc

## 版本更新

### v39.0.10 (2023.12.08)
* 代码优化
* 发送卡片消息
* 拍一拍群友
* 邀请群成员
* 图片 OCR
### v39.0.12 (2023.12.20)
* 修复一个问题
* 消息转发

<details><summary>点击查看更多</summary>

Expand All @@ -72,8 +69,8 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
* 获取某数据库下的表
* 获取用户信息
* 发送文本消息(可 @)
* 发送图片(Python 客户端支持网络路径
* 发送文件(Python 客户端支持网络路径
* 发送图片(支持网络路径
* 发送文件(支持网络路径
* 允许接收消息
* 停止接收消息
* 执行 SQL 查询
Expand All @@ -88,5 +85,6 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
* 拍一拍群友
* 邀请群成员
* 图片 OCR
* 转发消息

</details>
2 changes: 1 addition & 1 deletion clients/python/wcferry/client.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

__version__ = "39.0.10.0"
__version__ = "39.0.12.0"

import atexit
import base64
Expand Down

0 comments on commit 059eb11

Please sign in to comment.