diff --git a/website/blog/2023-08-28-v1.8.11.md b/website/blog/2023-08-28-v1.8.11.md new file mode 100644 index 00000000..6dea3ca7 --- /dev/null +++ b/website/blog/2023-08-28-v1.8.11.md @@ -0,0 +1,31 @@ +--- +title: Release Note v1.8.11 +authors: moonrailgun +image: /img/logo.svg +slug: release-1.8.11 +keywords: + - tailchat +tags: [Release Note] +--- + +### Feature update + +#### Open platform application management enhancement + +- Added the viewing and modification of application name, description and avatar +- Added the feature of returning to the application list +- Added delete app feature + +![](/img/blog/release-note/v1.8.11/1.png) + +### Other Updates + +- `admin` add file delete action, also delete `minio` files and allow fuzzy matching by `objectName` +- `OAuth` adds display support for custom open platform avatars +- The optimization algorithm complements the missing offline icons in the static analysis +- Fixed the bug that the add friend button was still displayed when the `DISABLE_ADD_FRIEND` function was turned on +- Fixed the problem that the button to jump to the tab without adding friends is incorrect +- Fixed the problem that the icon flickered after modifying the user settings +- Fix the bug that in some cases the user settings cache is lost, resulting in the loss of the past configuration of the user's modified data +- The open platform fixes the error caused by the avatar parsing problem +- Optimized group drag and drop sorting logic, added Y-axis lock diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-08-28-v1.8.11.md b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-08-28-v1.8.11.md new file mode 100644 index 00000000..2eb9467b --- /dev/null +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-08-28-v1.8.11.md @@ -0,0 +1,31 @@ +--- +title: 版本发布日志 v1.8.11 +authors: moonrailgun +image: /img/logo.svg +slug: release-1.8.11 +keywords: + - tailchat +tags: [版本发布] +--- + +### 特性更新 + +#### 开放平台应用管理强化 + +- 增加了应用名称、描述、头像的查看与修改 +- 增加了返回应用列表功能 +- 增加了删除应用功能 + +![](/img/blog/release-note/v1.8.11/1.png) + +### 其他更新 + +- `admin` 添加文件删除操作,同时删除 `minio` 文件并允许通过 `objectName` 模糊匹配 +- `OAuth` 增加自定义开放平台头像的显示支持 +- 优化算法补全静态分析中缺失的离线图标 +- 修复当 `DISABLE_ADD_FRIEND` 功能打开时添加好友按钮仍然显示的bug +- 修复无好友添加按钮跳转tab不正确的问题 +- 修复修改用户设置后会发生图标闪烁的问题 +- 修复在某些情况下用户设置缓存丢失导致用户修改数据过去的配置丢失的bug +- 开放平台修复头像解析问题导致的报错 +- 优化群组拖拽排序逻辑,增加了Y轴锁定 diff --git a/website/static/img/blog/release-note/v1.8.11/1.png b/website/static/img/blog/release-note/v1.8.11/1.png new file mode 100644 index 00000000..bbcc685a Binary files /dev/null and b/website/static/img/blog/release-note/v1.8.11/1.png differ