-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44665a5
commit 8578d0e
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Release Note v1.10.0 | ||
authors: moonrailgun | ||
image: /img/logo.svg | ||
slug: release-1.10.0 | ||
keywords: | ||
- tailchat | ||
tags: [Release Note] | ||
--- | ||
|
||
### Feature updates | ||
|
||
#### webrtc meeting optimization | ||
|
||
- Added access to app camera and microphone permissions, now the mobile can use audio and video services normally | ||
- Added builtin conversation view to optimize the experience of making calls on mobile phones | ||
|
||
### Other updates | ||
|
||
- Added basic information editing permissions and fix the bug of incorrect group field display | ||
- Added secondary confirm for topic deletion operation | ||
- Fixed a bug where the topic read may not work properly | ||
- Fixed a bug where the group drop-down menu may expand upwards | ||
- Fixed a bug where disabling plugins would not disable routing | ||
- cli smtp test command adds shutdown logic and adds time in test email | ||
- Hide member list function in livekit plugin | ||
- Add virtual users to avoid unused user information requests |
27 changes: 27 additions & 0 deletions
27
website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-12-10-v1.10.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: 版本发布日志 v1.10.0 | ||
authors: moonrailgun | ||
image: /img/logo.svg | ||
slug: release-1.10.0 | ||
keywords: | ||
- tailchat | ||
tags: [Release Note] | ||
--- | ||
|
||
### 特性更新 | ||
|
||
#### 音视频功能优化 | ||
|
||
- 增加app摄像头麦克风权限获取,现在移动端可以正常使用音视频服务了 | ||
- 增加内嵌会话视图,优化在手机端上进行通话的体验 | ||
|
||
### 其他更新 | ||
|
||
- 添加基本信息编辑权限,修复群组字段显示不正确的bug | ||
- 为话题删除操作增加二次提示 | ||
- 修复话题已读可能会无法正常工作的bug | ||
- 修复群组下拉菜单可能向上展开的错误 | ||
- 修复禁用插件不会禁用路由的bug | ||
- cli smtp 测试命令添加关闭逻辑并在测试邮件中添加时间 | ||
- 在 livekit 插件中隐藏成员列表功能 | ||
- 添加虚拟用户以避免未使用的用户信息请求 |