Skip to content

Commit

Permalink
Bump version to v39.3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lich0821 committed Jan 26, 2025
1 parent 7d69518 commit d3c33c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,24 +95,8 @@ if __name__ == "__main__":
```

## 版本更新
### v39.3.3-4 (2025.01.05)

*[PR69](https://github.com/lich0821/wcf-client-rust/pull/69)

### v39.3.3-4 (2025.01.05)

* 查询群成员接口,返回成员名称为空时,默认使用联系人列表里的名称返回

### v39.3.3-1(2024.11.18)

* 新增消息转发正则白名单配置,只针对r#type为1的纯文本消息
未配置白名单,则默认转发所有消息
配置白名单,只有符合正则的消息才会转发
非文本消息,如好友消息,红包消息,卡片消息等默认转发

### v39.3.3(2024.11.15)

* 升级 WCF 至 v39.3.3
### v39.3.3-5 (2025.01.26)
* 修复获取群昵称

## 一起开发(🚫非开发者不用往下看)
### 搭建开发环境
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wcfrust"
version = "39.3.3-5"
version = "39.3.3-6"
description = "A HTTP (Rust) client for WeChatFerry"
authors = ["Changhua"]
license = "MIT"
Expand Down

0 comments on commit d3c33c9

Please sign in to comment.