From ad4e36ca9bb544d7031efc37bc4357de18844478 Mon Sep 17 00:00:00 2001 From: gallonyin Date: Sun, 19 Nov 2023 00:49:31 +0800 Subject: [PATCH] update readme&version2.8.1 --- README.md | 12 +++++++----- app/build.gradle | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 326e606..a175bc8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ https://worktool.apifox.cn/doc-840833 ## 兼容版本(重要) -⏬ 经过测试验证的版本:企业微信 4.0.2 至 4.1.9、企业微信政务版 +⏬ 经过测试验证的版本:企业微信 4.0.2 至 4.1.10、企业微信政务版 ⚠️ 建议使用 WorkTool 已兼容的最新企业微信版本 @@ -61,7 +61,7 @@ Apache License, Version 2.0 # 联系方式 - ⭐️ 官网: https://worktool.ymdyes.cn/ -- ⭐️ 合作申请: https://admin.worktool.ymdyes.cn/form/consult +- ⭐️ 合作申请: https://admin.worktool.ymdyes.cn/form/consult (私有化/微信版/协议版/定制) - 💻 Email: gallonyin@163.com - 👍🏻 QQ群: 492831452、612832531(问题反馈) - ❓ 如果遇到问题欢迎在群里提问或提交issue。 @@ -69,6 +69,8 @@ Apache License, Version 2.0 # 版本更新 +v2.8.1 2023-11-19 自动通过好友请求开关;执行队列去重算法优化 + v2.8.0 2023-10-18 兼容企微4.1.10;其他已知问题优化 v2.7.4 2023-10-15 消息发送优化和准确率提升 @@ -79,15 +81,15 @@ v2.7.2 2023-10-10 已知问题修复 v2.7.1 2023-09-11 优化兼容鸿蒙;优化获取群名;其他已知问题修复 +
+往期更新 + v2.7.0 2023-08-27 兼容企微4.1.9;其他已知问题优化 v2.6.8 2023-08-12 删除联系人;其他已知问题优化 v2.6.7 2023-07-31 修复房间类型错误;其他已知问题优化 -
-往期更新 - v2.6.6 2023-07-25 优化消息接收;其他已知问题优化 v2.6.5 2023-07-14 优化发送文件;其他已知问题优化 diff --git a/app/build.gradle b/app/build.gradle index f5ee079..6d6061e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {