v39.0.5.0

This commit is contained in:
Changhua 2023-11-22 23:02:23 +08:00
parent b70dcb93dd
commit f3922ddd00
2 changed files with 3 additions and 3 deletions

View File

@ -43,8 +43,8 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
``` ```
## 版本更新 ## 版本更新
### 39.0.4.0 (2023.11.21) ### v39.0.5.0 (2023.11.22)
* 下载图片、文件和视频 * 修复收到某些文件崩溃问题
<details><summary>点击查看更多</summary> <details><summary>点击查看更多</summary>

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = "39.0.4.0" __version__ = "39.0.5.0"
import atexit import atexit
import base64 import base64