diff --git a/website/blog/2023-08-13-v1.8.9.md b/website/blog/2023-08-13-v1.8.9.md new file mode 100644 index 00000000..0de445e8 --- /dev/null +++ b/website/blog/2023-08-13-v1.8.9.md @@ -0,0 +1,41 @@ +--- +title: Release Note v1.8.9 +authors: moonrailgun +image: /img/logo.svg +slug: release-1.8.9 +keywords: + - tailchat +tags: [Release Note] +--- + +### Feature update + +#### Add group drag sorting + +[#120](https://github.com/msgbyte/tailchat/issues/120) Users will be able to flexibly organize the order of groups according to their preferences and priorities, optimizing the actual use experience + +![](/img/blog/release-note/v1.8.9/1.gif) + +#### Add the operation of directly creating a multi-person session in the sidebar + +![](/img/blog/release-note/v1.8.9/2.png) + +![](/img/blog/release-note/v1.8.9/3.png) + +### Other Updates + +- Add iam proxy support for github + - Now you can modify the remote request address through environment variables `IAM_GITHUB_URI_AUTHORIZE` `IAM_GITHUB_URI_ACCESS_TOKEN` `IAM_GITHUB_URI_USERINFO` +- Adjust the multiplayer session strategy, the two-player session will reuse the previous logic, and the multiplayer session will be created repeatedly instead of reusing the previous session + - This is prepared to adapt to the discussion of different topics that may appear in the same group of people +- Fix the bug that an error will occur when adding multiple users to a group role +- Fix the bug that errors may occur when rendering a two-player session +- Fixed the problem that dragging the user's avatar in the chat list would cause abnormal interaction [#135](https://github.com/msgbyte/tailchat/issues/135) +- Fix the problem that the operation is repeatedly pushed and the duplicate user will be displayed +- Fix the bug that the badge component will change the height of the container +- Fix message confirmation does not trigger update issue +- Fixed the problem that the plug-in root routing path was incorrect +- Fix the bug that the boot code will break when the environment variable DISABLE_CREATE_GROUP is turned on +- Fixed the bug of abnormal size when multiple avatars were rendered at the same time +- Increase the optimization of offline icon sorting to reduce meaningless updates +- Optimize the experience of sending messages under low-speed network diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-08-13-v1.8.9.md b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-08-13-v1.8.9.md new file mode 100644 index 00000000..905ffb36 --- /dev/null +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-08-13-v1.8.9.md @@ -0,0 +1,41 @@ +--- +title: 版本发布日志 v1.8.9 +authors: moonrailgun +image: /img/logo.svg +slug: release-1.8.9 +keywords: + - tailchat +tags: [版本发布] +--- + +### 特性更新 + +#### 增加群组拖动排序 + +[#120](https://github.com/msgbyte/tailchat/issues/120) 用户将可以根据自己的喜好和优先级灵活地组织群组的顺序,优化实际使用体验 + +![](/img/blog/release-note/v1.8.9/1.gif) + +#### 增加侧边栏直接创建多人会话的操作 + +![](/img/blog/release-note/v1.8.9/2.png) + +![](/img/blog/release-note/v1.8.9/3.png) + +### 其他更新 + +- 添加对 github 的 iam 代理支持 + - 现在可以通过环境变量 `IAM_GITHUB_URI_AUTHORIZE` `IAM_GITHUB_URI_ACCESS_TOKEN` `IAM_GITHUB_URI_USERINFO` 修改远程请求地址了 +- 调整多人会话策略,双人会话会复用之前的逻辑,多人会话会重复创建而不是重用之前的会话 + - 这是为了适配同一批人可能会出现不同主题的讨论而准备的 +- 修复群组角色添加多个用户时会出现报错的bug +- 修复渲染双人会话时可能会出现错误的bug +- 修复拖动聊天列表用户头像会导致异常的交互的问题 [#135](https://github.com/msgbyte/tailchat/issues/135) +- 修复操作重复推送并将显示重复用户的问题 +- 修复badge组件会改变容器高度的bug +- 修复消息确认不触发更新问题 +- 修复插件根路由路径不正确的问题 +- 修复当环境变量 DISABLE_CREATE_GROUP 打开时引导代码会中断的bug +- 修复多个头像同时渲染时大小异常的bug +- 增加离线图标排序优化,减少无意义的更新 +- 优化在低速网络下发送消息的体验 diff --git a/website/static/img/blog/release-note/v1.8.9/1.gif b/website/static/img/blog/release-note/v1.8.9/1.gif new file mode 100644 index 00000000..2ce3f463 Binary files /dev/null and b/website/static/img/blog/release-note/v1.8.9/1.gif differ diff --git a/website/static/img/blog/release-note/v1.8.9/2.png b/website/static/img/blog/release-note/v1.8.9/2.png new file mode 100644 index 00000000..e20ccc95 Binary files /dev/null and b/website/static/img/blog/release-note/v1.8.9/2.png differ diff --git a/website/static/img/blog/release-note/v1.8.9/3.png b/website/static/img/blog/release-note/v1.8.9/3.png new file mode 100644 index 00000000..eb2824e3 Binary files /dev/null and b/website/static/img/blog/release-note/v1.8.9/3.png differ