Skip to content

Commit

Permalink
v39.0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lich0821 committed Dec 3, 2023
1 parent ed8f2a4 commit 9c84165
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions clients/python/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
```

## 版本更新
### v39.0.6 (2023.11.26)
* 修复下载图片退出问题
### v39.0.7 (2023.12.03)
* 保存语音

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

Expand Down Expand Up @@ -77,6 +77,7 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
* 删除群成员
* 解密图片
* 获取朋友圈消息
* 下载图片、文件、视频
* 保存图片
* 保存语音

</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.6.0"
__version__ = "39.0.7.0"

import atexit
import base64
Expand Down

0 comments on commit 9c84165

Please sign in to comment.