Skip to content

Commit

Permalink
update readme&version2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gallonyin committed Nov 18, 2023
1 parent 18ff7a8 commit ad4e36c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ https://worktool.apifox.cn/doc-840833

## 兼容版本(重要)

⏬ 经过测试验证的版本:企业微信 4.0.2 至 4.1.9、企业微信政务版
⏬ 经过测试验证的版本:企业微信 4.0.2 至 4.1.10、企业微信政务版

⚠️ 建议使用 WorkTool 已兼容的最新企业微信版本

Expand Down Expand Up @@ -61,14 +61,16 @@ Apache License, Version 2.0
# 联系方式

- ⭐️ 官网: https://worktool.ymdyes.cn/
- ⭐️ 合作申请: https://admin.worktool.ymdyes.cn/form/consult
- ⭐️ 合作申请: https://admin.worktool.ymdyes.cn/form/consult (私有化/微信版/协议版/定制)
- 💻 Email: [email protected]
- 👍🏻 QQ群: 492831452、612832531(问题反馈)
- ❓ 如果遇到问题欢迎在群里提问或提交issue。
- 🤗 WorkTool志愿者开发群: 716217439

# 版本更新

v2.8.1 2023-11-19 自动通过好友请求开关;执行队列去重算法优化

v2.8.0 2023-10-18 兼容企微4.1.10;其他已知问题优化

v2.7.4 2023-10-15 消息发送优化和准确率提升
Expand All @@ -79,15 +81,15 @@ v2.7.2 2023-10-10 已知问题修复

v2.7.1 2023-09-11 优化兼容鸿蒙;优化获取群名;其他已知问题修复

<details>
<summary><b>往期更新</b></summary>

v2.7.0 2023-08-27 兼容企微4.1.9;其他已知问题优化

v2.6.8 2023-08-12 删除联系人;其他已知问题优化

v2.6.7 2023-07-31 修复房间类型错误;其他已知问题优化

<details>
<summary><b>往期更新</b></summary>

v2.6.6 2023-07-25 优化消息接收;其他已知问题优化

v2.6.5 2023-07-14 优化发送文件;其他已知问题优化
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "org.yameida.worktool"
minSdkVersion 24
targetSdkVersion 30
versionCode 28001
versionName "2.8.0"
versionCode 28011
versionName "2.8.1"
}

buildTypes {
Expand Down

0 comments on commit ad4e36c

Please sign in to comment.