diff --git a/website/blog/2023-12-10-v1.10.0.md b/website/blog/2023-12-10-v1.10.0.md new file mode 100644 index 00000000..eda1e5ef --- /dev/null +++ b/website/blog/2023-12-10-v1.10.0.md @@ -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 diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-12-10-v1.10.0.md b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-12-10-v1.10.0.md new file mode 100644 index 00000000..e45ef88f --- /dev/null +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-12-10-v1.10.0.md @@ -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 插件中隐藏成员列表功能 +- 添加虚拟用户以避免未使用的用户信息请求