From 1be54a37cf373d67ef33aa2d643464585b4c246e Mon Sep 17 00:00:00 2001 From: linju Date: Mon, 25 Nov 2024 11:57:33 +0800 Subject: [PATCH] 3.4.41 --- changelog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1f6a82f..38bf5c9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +## 3.4.41(2024-11-25) +- 更新 消息分享功能支持移动端 +- 更新 优化部分情况下,多余的uni-id-users查询逻辑 +- 修复 部分低版本iOS设备下,消息输入框不能获取焦点的问题 ## 3.4.40(2024-11-18) uni-im-co 新增 httpApi 方法,方便外部服务器调用其url化后的方法 ## 3.4.39(2024-11-15) diff --git a/package.json b/package.json index 44eb1cb..f222008 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "id": "uni-im", "displayName": "uni-im", - "version": "3.4.40", + "version": "3.4.41", "description": "uni-im是云端一体的、全平台的、免费的、开源即时通讯系统", "keywords": [ "im,即时通讯,客服,聊天" -- GitLab