diff --git a/website/blog/2023-11-21-v1.9.5.md b/website/blog/2023-11-21-v1.9.5.md new file mode 100644 index 00000000..57fd51e9 --- /dev/null +++ b/website/blog/2023-11-21-v1.9.5.md @@ -0,0 +1,54 @@ +--- +title: Release Note v1.9.5 +authors: moonrailgun +image: /img/logo.svg +slug: release-1.9.5 +keywords: + - tailchat +tags: [Release Note] +--- + +### Feature updates + +#### Huge update of livekit plugin + +##### livekit plugin adds member panel + +![](/img/blog/release-note/v1.9.5/1.png) + +You can view the list of all participants and microphone status in the member panel + +#### The livekit plugin adds the function of initiating audio and video sessions in multi-person sessions. + +![](/img/blog/release-note/v1.9.5/2.png) + +Now you can make audio and video calls directly from a private message conversation + +##### The livekit plugin adds automatic invitation function for multi-person sessions + +When the other party sends a message from the private message session, the invitation function will be automatically initiated. If the recipient is online, a prompt pop-up window and ring tone will pop up to invite the user to join the conversation (provided that the recipient has installed the livekit plugin) + +![](/img/blog/release-note/v1.9.5/3.png) + +#### The group member list allows right-click to quickly modify the identity group + +![](/img/blog/release-note/v1.9.5/4.png) + +Now allows quick assignment of membership groups through the right-click menu in the group member list, which is very useful for scenarios that require frequent assignment of identities. + +#### Add friend list search function + +![](/img/blog/release-note/v1.9.5/5.png) + +In order to further optimize the management of multiple friends, a friend list search box has been added to quickly filter friends based on their nicknames and help users find friends. + +### Other updates + +- Add notification pop-up window night mode support +- Add environment variable MINIO_SSL for manual control of minio ssl, suitable for using external s3 storage +- Added a reload button to the settings page to facilitate reloading tailchat in non-webpage mode +- Added a background color option to the web page panel to deal with style issues caused by transparent backgrounds on some web pages +- Fixed the bug of transparent background color of message input box +- Fixed the issue of token expiration not taking effect due to the timing issue of clearing cache when banning a user. +- Fixed issue with incorrect inbox groupId when replying in a private conversation +- (desktop): v0.1.0 improves server list management diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-11-21-v1.9.5.md b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-11-21-v1.9.5.md new file mode 100644 index 00000000..122a48da --- /dev/null +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-11-21-v1.9.5.md @@ -0,0 +1,54 @@ +--- +title: 版本发布日志 v1.9.5 +authors: moonrailgun +image: /img/logo.svg +slug: release-1.9.5 +keywords: + - tailchat +tags: [Release Note] +--- + +### 特性更新 + +#### livekit 插件大量更新 + +##### livekit 插件增加成员面板 + +![](/img/blog/release-note/v1.9.5/1.png) + +你可以在成员面板中查看所有参会者的列表,以及麦克风情况 + +#### livekit 插件增加多人会话发起音视频会话功能 + +![](/img/blog/release-note/v1.9.5/2.png) + +现在你可以直接从私信会话中直接发起音视频呼叫了 + +##### livekit 插件增加多人会话自动邀请功能 + +当对方从私信会话中发送消息,则会自动发起邀请功能,如果接收方在线,则会弹出提示弹窗与铃声邀请加入会话(前提是接收方安装了livekit插件) + +![](/img/blog/release-note/v1.9.5/3.png) + +#### 群组成员列表允许右键快速修改身份组 + +![](/img/blog/release-note/v1.9.5/4.png) + +现在允许在群组成员列表中通过右键菜单快速分配成员身份组,这对于需要频繁分配身份的场景非常好用 + +#### 增加好友列表搜索功能 + +![](/img/blog/release-note/v1.9.5/5.png) + +为了进一步优化对于多好友情况的管理,增加了好友列表搜索框,用于基于好友昵称快速过滤好友,帮助用户找到好友。 + +### 其他更新 + +- 增加notification弹窗夜间模式支持 +- 增加环境变量 MINIO_SSL 用于手动控制minio ssl,适用于使用外部s3存储 +- 设置页面增加重新加载按钮,用于在非网页模式下方便重新加载tailchat +- 网页面板增加背景色选项,用于处理部分网页透明背景导致的样式问题 +- 修复消息输入框背景色透明的bug +- 修复ban用户时清理缓存的时序问题可能导致的token过期不生效问题 +- 修复了在私人对话中回复时收件箱 groupId 不正确的问题 +- (desktop): v0.1.0 改进了服务器列表的管理 diff --git a/website/static/img/blog/release-note/v1.9.5/1.png b/website/static/img/blog/release-note/v1.9.5/1.png new file mode 100644 index 00000000..89e03c89 Binary files /dev/null and b/website/static/img/blog/release-note/v1.9.5/1.png differ diff --git a/website/static/img/blog/release-note/v1.9.5/2.png b/website/static/img/blog/release-note/v1.9.5/2.png new file mode 100644 index 00000000..80074d27 Binary files /dev/null and b/website/static/img/blog/release-note/v1.9.5/2.png differ diff --git a/website/static/img/blog/release-note/v1.9.5/3.png b/website/static/img/blog/release-note/v1.9.5/3.png new file mode 100644 index 00000000..e4d3fb85 Binary files /dev/null and b/website/static/img/blog/release-note/v1.9.5/3.png differ diff --git a/website/static/img/blog/release-note/v1.9.5/4.png b/website/static/img/blog/release-note/v1.9.5/4.png new file mode 100644 index 00000000..b2f43860 Binary files /dev/null and b/website/static/img/blog/release-note/v1.9.5/4.png differ diff --git a/website/static/img/blog/release-note/v1.9.5/5.png b/website/static/img/blog/release-note/v1.9.5/5.png new file mode 100644 index 00000000..52190633 Binary files /dev/null and b/website/static/img/blog/release-note/v1.9.5/5.png differ